Skip to content

Commit

Permalink
Merge pull request #7 from bank-vaults/dependabot/github_actions/aqua…
Browse files Browse the repository at this point in the history
…security/trivy-action-0.11.2

build(deps): bump aquasecurity/trivy-action from 0.11.0 to 0.11.2
  • Loading branch information
sagikazarmark authored Jun 12, 2023
2 parents d6ae876 + 571a94a commit a17dd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: docker.tar

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11.0
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
with:
input: image
format: sarif
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
if: inputs.publish && inputs.release

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11.0
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # 0.11.2
with:
scan-type: config
scan-ref: charts/${{ steps.chart-name.outputs.value }}
Expand Down

0 comments on commit a17dd2e

Please sign in to comment.