Skip to content

Commit

Permalink
Merge branch 'master' into renovate/github-codeql-action-3.x
Browse files Browse the repository at this point in the history
joseguzman1337 authored Feb 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 4dc67eb + bfaf893 commit 9cf6528
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
@@ -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@1f6384b6ceecbbc6673526f865b818a2a06b07c9 # master
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # master
with:
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
format: 'template'

0 comments on commit 9cf6528

Please sign in to comment.