Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent aa09d11 commit 6a4a0c2
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.10.0
uses: aquasecurity/trivy-action@0.11.2
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.10.0
uses: aquasecurity/trivy-action@0.11.2
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.10.0
uses: aquasecurity/trivy-action@0.11.2
with:
scan-type: 'image'
image-ref: 'antrea/theia-manager:latest'
Expand Down

0 comments on commit 6a4a0c2

Please sign in to comment.