Skip to content

Commit

Permalink
Merge pull request #322 from bank-vaults/dependabot/github_actions/aq…
Browse files Browse the repository at this point in the history
…uasecurity/trivy-action-0.17.0

build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.0
  • Loading branch information
akijakya authored Feb 6, 2024
2 parents 1d5fbad + 06dff35 commit dc1c29a
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 @@ -144,7 +144,7 @@ jobs:
path: docker.tar

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # 0.17.0
with:
input: image
format: sarif
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
path: ${{ steps.build.outputs.package }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # 0.17.0
with:
scan-type: config
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}
Expand Down

0 comments on commit dc1c29a

Please sign in to comment.