mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore(deps): bump aquasecurity/trivy-action (#3142)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from f3d98514b056d8c71a3552e8328c225bc7f6f353 to 84384bd6e777ef152729993b8145ea352e9dd3ef.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](f3d98514b0...84384bd6e7
)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
23f4cf6c48
commit
d927f8696b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
|||
run: make docker.build
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@f3d98514b056d8c71a3552e8328c225bc7f6f353 # master
|
||||
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # master
|
||||
with:
|
||||
image-ref: ${{ inputs.image-name }}:${{ steps.container_info.outputs.image-tag }}
|
||||
format: 'table'
|
||||
|
|
Loading…
Reference in a new issue