Skip to content

Commit 081d1ef

Browse files
committed
fix(config): add missing trivy checks bundle repository variable to update task
1 parent 03e1b32 commit 081d1ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.unirtm.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ description = 'Update Trivy vulnerability databases locally'
201201
run = '''
202202
export TRIVY_DB_REPOSITORY="public.ecr.aws/aquasecurity/trivy-db"
203203
export TRIVY_JAVA_DB_REPOSITORY="public.ecr.aws/aquasecurity/trivy-java-db:1"
204+
export TRIVY_CHECKS_BUNDLE_REPOSITORY="public.ecr.aws/aquasecurity/trivy-checks"
204205
205206
echo "Downloading main vulnerability DB..."
206207
unirtm exec -- trivy image --download-db-only

0 commit comments

Comments
 (0)