ci: 💚 use alternate trivy db repos
This commit is contained in:
@@ -63,6 +63,9 @@ steps:
|
||||
from_secret: registry_username
|
||||
TRIVY_PASSWORD:
|
||||
from_secret: registry_password
|
||||
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
|
||||
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
|
||||
TRIVY_CHECKS_BUNDLE_REPOSITORY: public.ecr.aws/aquasecurity/trivy-checks
|
||||
commands:
|
||||
- trivy image dev.shielddagger.com/opensource/discord-notifier:latest --exit-code 1 --username $TRIVY_USER --severity HIGH,CRITICAL
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user