Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/aquasecurity/trivy-action-0.2…
Browse files Browse the repository at this point in the history
…5.0'
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
2 parents f40e4e9 + 4ec20f5 commit ce0fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # master
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # master
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'template'
Expand Down

0 comments on commit ce0fc1a

Please sign in to comment.