Skip to content

Commit

Permalink
Merge pull request #45 from storyprotocol/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/aquasecurity/trivy-action-0.20.0

Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 in /.github/workflows
  • Loading branch information
AndyBoWu authored May 11, 2024
2 parents 8d7a426 + e8ee34f commit c6afb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ecr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run Trivy vulnerability scanner
id: trivy
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0
uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # v0.20.0
with:
image-ref: ${{ secrets.AWS_ACCOUNT_TARGET }}.dkr.ecr.${{ inputs.ecr-repo-aws-region }}.amazonaws.com/${{ inputs.ecr-repo }}:${{ github.sha }}
format: 'table'
Expand Down

0 comments on commit c6afb9d

Please sign in to comment.