Browse Source

push trivy-action to 0.13.1

pull/3997/head
nico wellpott 2 years ago
parent
commit
31500de491
No known key found for this signature in database GPG Key ID: 1F6495B44DABCE6E
  1. 2
      .github/workflows/trivy.yml

2
.github/workflows/trivy.yml

@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # v0.12.0
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # v0.13.1
with:
scan-type: repo
ignore-unfixed: true

Loading…
Cancel
Save