Skip to content

Commit

Permalink
Merge pull request #4956 from crossplane/renovate/master-aquasecurity…
Browse files Browse the repository at this point in the history
…-trivy-action-0.x

chore(deps): update aquasecurity/trivy-action action to v0.13.1 (master)
  • Loading branch information
negz committed Nov 3, 2023
2 parents a15c929 + 112525f commit 603e4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
submodules: true

- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # 0.13.0
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: docker pull ${{ matrix.image }}:${{ env.tag }}

- name: Run Trivy Vulnerability Scanner
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # 0.13.0
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1
with:
image-ref: ${{ matrix.image }}:${{ env.tag }}
format: 'sarif'
Expand Down

0 comments on commit 603e4ca

Please sign in to comment.