Skip to content

Commit 6a68a2f

Browse files
feat: skip trivy update (#257)
**Proposed Changes** Added skip for Trivy's updates I submit this contribution under the Apache-2.0 license.
1 parent d3bf5da commit 6a68a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
severity: CRITICAL,HIGH,MEDIUM,LOW
6060
trivy-config: trivy.yaml
6161
exit-code: '1'
62+
env:
63+
TRIVY_SKIP_DB_UPDATE: true
64+
TRIVY_SKIP_JAVA_DB_UPDATE: true
6265

6366

6467
secret-scanning:

0 commit comments

Comments
 (0)