Skip to content

Commit d8ef03f

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.36.0
1 parent b7ea899 commit d8ef03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
merge-multiple: true
341341
- name: Run Trivy vulnerability scanner
342342
if: ${{ github.event_name == 'pull_request' }}
343-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
343+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
344344
with:
345345
input: "images/${{ matrix.image }}.tar"
346346
format: "sarif"
@@ -355,7 +355,7 @@ jobs:
355355
password: ${{ secrets.GITHUB_TOKEN }}
356356
- name: Run Trivy vulnerability scanner
357357
if: ${{ github.event_name != 'pull_request' }}
358-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
358+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
359359
with:
360360
image-ref: "ghcr.io/jeboehm/${{ matrix.image }}:latest"
361361
format: "sarif"

0 commit comments

Comments
 (0)