Skip to content

Commit 8a18733

Browse files
authored
chore: set trivy flags to skip DB (#274)
1 parent 3b1d2a0 commit 8a18733

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
trivy-config: trivy.yaml
6161
exit-code: '1'
6262
env:
63-
TRIVY_SKIP_DB_UPDATE: false
64-
TRIVY_SKIP_JAVA_DB_UPDATE: false
63+
TRIVY_SKIP_DB_UPDATE: true
64+
TRIVY_SKIP_JAVA_DB_UPDATE: true
6565

6666

6767
secret-scanning:

0 commit comments

Comments
 (0)