Skip to content

Commit

Permalink
feat: skip trivy update (#257)
Browse files Browse the repository at this point in the history
**Proposed Changes**

Added skip for Trivy's updates

I submit this contribution under the Apache-2.0 license.
  • Loading branch information
JulioSCX authored Nov 14, 2024
1 parent d3bf5da commit 6a68a2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
severity: CRITICAL,HIGH,MEDIUM,LOW
trivy-config: trivy.yaml
exit-code: '1'
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true


secret-scanning:
Expand Down

0 comments on commit 6a68a2f

Please sign in to comment.