Skip to content

Commit 9e09eb6

Browse files
author
hubert.siwik
committed
Skip DB update cannot be specified on the first run
1 parent 77c11d0 commit 9e09eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verifyimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
ignore-unfixed: true
7070
vuln-type: 'os,library'
7171
severity: 'CRITICAL,HIGH,MEDIUM'
72-
env:
73-
TRIVY_SKIP_DB_UPDATE: true
72+
# env:
73+
# TRIVY_SKIP_DB_UPDATE: true
7474

7575
- name: Run ${{ matrix.target }}
7676
run: |

0 commit comments

Comments
 (0)