Skip to content

Commit

Permalink
Skip DB update cannot be specified on the first run
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert.siwik committed Oct 14, 2024
1 parent 77c11d0 commit 9e09eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verifyimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH,MEDIUM'
env:
TRIVY_SKIP_DB_UPDATE: true
# env:
# TRIVY_SKIP_DB_UPDATE: true

- name: Run ${{ matrix.target }}
run: |
Expand Down

0 comments on commit 9e09eb6

Please sign in to comment.