Skip to content

Commit

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

# ossls
ARG OSSLS_VERSION=0.11.1
ARG OSSLS_VERSION=untagged-bf409340e187922bad84
ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
Expand Down
2 changes: 1 addition & 1 deletion images/stackrox-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do
install fetch /usr/bin && \
rm fetch

ARG OSSLS_VERSION=0.11.1
ARG OSSLS_VERSION=untagged-bf409340e187922bad84
ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
Expand Down
2 changes: 1 addition & 1 deletion images/stackrox-ui-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN wget --no-verbose -O fetch https://github.com/gruntwork-io/fetch/releases/do
install fetch /usr/bin && \
rm fetch

ARG OSSLS_VERSION=0.11.1
ARG OSSLS_VERSION=untagged-bf409340e187922bad84
ARG OSSLS_SHA256=f1bf3012961c1d90ba307a46263f29025028d35c209b9a65e5c7d502c470c95f
RUN fetch --repo="https://github.com/stackrox/ossls" --tag="${OSSLS_VERSION}" --release-asset="ossls_linux_amd64" . && \
echo "${OSSLS_SHA256} *ossls_linux_amd64" | sha256sum -c - && \
Expand Down

0 comments on commit 1d101ec

Please sign in to comment.