Skip to content

Commit 29a607d

Browse files
Update SPC to version v1.12.1 (#471)
* Update SPC to version v1.12.1 * Pass env vars with trivy mirrors to docker containers that are running trivy checks
1 parent 1d31959 commit 29a607d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cache-cli/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ check.static: check.prepare
1616
check.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

release/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
ARTIFACT_CLI_VERSION="v0.6.4"
66
WHEN_CLI_VERSION="v1.0.5"
7-
SPC_CLI_VERSION="v1.12.0"
7+
SPC_CLI_VERSION="v1.12.1"
88
TEST_RESULTS_CLI_VERSION="v0.7.0"
99

1010
ARTIFACT_CLI_URL="https://github.com/semaphoreci/artifact/releases/download/$ARTIFACT_CLI_VERSION"

sem-context/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ check.static: check.prepare
1616
check.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

0 commit comments

Comments
 (0)