Skip to content

Commit

Permalink
Update ossls to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvail committed Aug 7, 2024
1 parent eeffe4b commit f335e1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions images/scanner-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do
install fetch /usr/bin

# ossls
ARG OSSLS_VERSION=0.10.1
ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320
ARG OSSLS_VERSION=0.11.0
ARG OSSLS_SHA256=a697e9661518202ec42a713a0b278c3299cb54135840d71ee596408b57aade86
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
install ossls_linux_amd64 /usr/bin/ossls && \
Expand Down
4 changes: 2 additions & 2 deletions images/stackrox-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do
install fetch /usr/bin && \
rm fetch

ARG OSSLS_VERSION=0.10.1
ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320
ARG OSSLS_VERSION=0.11.0
ARG OSSLS_SHA256=a697e9661518202ec42a713a0b278c3299cb54135840d71ee596408b57aade86
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
install ossls_linux_amd64 /usr/bin/ossls && \
Expand Down
4 changes: 2 additions & 2 deletions images/stackrox-ui-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do
install fetch /usr/bin && \
rm fetch

ARG OSSLS_VERSION=0.10.1
ARG OSSLS_SHA256=afdec2fa63b27ced4aeb3297399d45b0f06861e6ebc8cb2431b9653b7f113320
ARG OSSLS_VERSION=0.11.0
ARG OSSLS_SHA256=a697e9661518202ec42a713a0b278c3299cb54135840d71ee596408b57aade86
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
install ossls_linux_amd64 /usr/bin/ossls && \
Expand Down

0 comments on commit f335e1a

Please sign in to comment.