Skip to content

Commit

Permalink
Merge pull request #268 from open-amt-cloud-toolkit/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/aquasecurity/trivy-action-0.13.0

build(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.13.0
  • Loading branch information
madhavilosetty-intel authored Oct 26, 2023
2 parents 4b84723 + b053396 commit 5e51a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

run: docker build . --file Dockerfile --tag vprodemo.azurecr.io/rpc-go:${{ github.sha }} --tag vprodemo.azurecr.io/rpc-go:latest
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # master
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # master
with:
image-ref: 'vprodemo.azurecr.io/rpc-go:${{ github.sha }}'
format: 'table'
Expand Down

0 comments on commit 5e51a7d

Please sign in to comment.