Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.16.1 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.16.1 to 0.25.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.16.1...0.25.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent bc06ff0 commit f3f7ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
docker pull antrea/${{ matrix.image }}:${{ matrix.version }}
- name: Run Trivy vulnerability scanner on theia ${{ matrix.image }}:${{ matrix.version }} image
if: ${{ always() && steps.pull.conclusion == 'success' }}
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.25.0
continue-on-error: true
with:
scan-type: 'image'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy_scan_before_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
make ${{ matrix.image }}
- name: Run Trivy vulnerability scanner on latest Theia ${{ matrix.image }} image
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.25.0
continue-on-error: true
with:
scan-type: 'image'
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
make theia-manager
- name: Run Trivy vulnerability scanner on theia-manager Docker image
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.25.0
with:
scan-type: 'image'
image-ref: 'antrea/theia-manager:latest'
Expand Down

0 comments on commit f3f7ef0

Please sign in to comment.