mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add TRIVY_DB_REPOSITORY environment variable to container build workflow
This commit is contained in:
parent
45ffdf4f06
commit
c03c1b5406
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-build.yml
vendored
2
.github/workflows/container-build.yml
vendored
|
|
@ -130,6 +130,8 @@ jobs:
|
|||
ignore-unfixed: false
|
||||
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
|
||||
trivyignores: .trivyignore
|
||||
env:
|
||||
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db
|
||||
# Push image
|
||||
- name: Push image
|
||||
if: inputs.PUSH == true
|
||||
|
|
|
|||
Loading…
Reference in a new issue