Skip to content

Commit 87aa5ca

Browse files
authored
test vulnerability scanning job with cache disabled
1 parent ab8fbd9 commit 87aa5ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/vulnerability_scan/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ runs:
114114
severity: 'MEDIUM,HIGH,CRITICAL'
115115
hide-progress: true
116116
env:
117-
TRIVY_SKIP_DB_UPDATE: true
118-
TRIVY_SKIP_JAVA_DB_UPDATE: true
117+
TRIVY_SKIP_DB_UPDATE: false
118+
TRIVY_SKIP_JAVA_DB_UPDATE: false
119119

120120
- name: Test with Trivy vulnerability scanner
121121
uses: aquasecurity/trivy-action@0.26.0

0 commit comments

Comments
 (0)