Skip to content

Commit bb7ec60

Browse files
committed
fix: use GitHub Container Registry for Trivy DB
1 parent 0de9452 commit bb7ec60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-to-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
ignore-unfixed: true
150150
vuln-type: 'os,library'
151151
severity: 'CRITICAL,HIGH'
152+
env:
153+
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db:2
152154

153155
push:
154156
name: Push Image

0 commit comments

Comments
 (0)