Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and theodore86 committed Sep 8, 2023
1 parent e5bb864 commit 18cbaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-linting-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
failure-threshold: error

- name: "Run Trivys"
uses: "aquasecurity/trivy-action@0.11.2"
uses: "aquasecurity/trivy-action@0.12.0"
with:
scan-type: fs
scan-ref: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
-wait-retry-interval ${{ env.DOCKER_GITHUB_RL_INTERVAL }}
- name: "Run Trivy vulnerability scanner on docker container image"
uses: "aquasecurity/trivy-action@0.11.2"
uses: "aquasecurity/trivy-action@0.12.0"
with:
image-ref: "${{ env.DOCKERHUB_NAMESPACE }}:${{ env.DOCKER_TAG }}"
exit-code: "1"
Expand Down

0 comments on commit 18cbaa4

Please sign in to comment.