Skip to content

Commit

Permalink
Merge pull request #9 from sixcolors/dependabot/github_actions/aquase…
Browse files Browse the repository at this point in the history
…curity/trivy-action-0.12.0

build(github-actions): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
  • Loading branch information
sixcolors committed Sep 5, 2023
2 parents 33eee6d + 951155e commit 93493bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'template'
Expand Down

0 comments on commit 93493bd

Please sign in to comment.