File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ check.static: check.prepare
1616check.deps : check.prepare
1717 docker run -it -v $$(pwd ) :/app \
1818 -v $(SECURITY_TOOLBOX_TMP_DIR ) :$(SECURITY_TOOLBOX_TMP_DIR ) \
19+ -e TRIVY_DB_REPOSITORY -e TRIVY_JAVA_DB_REPOSITORY \
1920 registry.semaphoreci.com/ruby:2.7 \
2021 bash -c ' cd /app && $(SECURITY_TOOLBOX_TMP_DIR)/dependencies --language go -d'
2122
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55ARTIFACT_CLI_VERSION=" v0.6.4"
66WHEN_CLI_VERSION=" v1.0.5"
7- SPC_CLI_VERSION=" v1.12.0 "
7+ SPC_CLI_VERSION=" v1.12.1 "
88TEST_RESULTS_CLI_VERSION=" v0.7.0"
99
1010ARTIFACT_CLI_URL=" https://github.com/semaphoreci/artifact/releases/download/$ARTIFACT_CLI_VERSION "
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ check.static: check.prepare
1616check.deps : check.prepare
1717 docker run -it -v $$(pwd ) :/app \
1818 -v $(SECURITY_TOOLBOX_TMP_DIR ) :$(SECURITY_TOOLBOX_TMP_DIR ) \
19+ -e TRIVY_DB_REPOSITORY -e TRIVY_JAVA_DB_REPOSITORY \
1920 registry.semaphoreci.com/ruby:2.7 \
2021 bash -c ' cd /app && $(SECURITY_TOOLBOX_TMP_DIR)/dependencies --language go -d'
2122
You can’t perform that action at this time.
0 commit comments