Skip to content

Commit 95b912d

Browse files
skip install and update in second run
1 parent 4ef7929 commit 95b912d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

trivy/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ runs:
5252
format: json
5353
scan-ref: .
5454
severity: ${{ inputs.severities }}
55-
55+
skip-setup-trivy: true
56+
env:
57+
TRIVY_SKIP_DB_UPDATE: true
58+
TRIVY_SKIP_JAVA_DB_UPDATE: true
59+
5660
- name: "Run Trivy Diff"
5761
id: trivy-diff
5862
run: |

0 commit comments

Comments
 (0)