Bump aquasecurity/trivy-action from 0.2.3 to 0.3.0 (#1941)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.3...0.3.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... 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
5371348a33
commit
1f4e20ca50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cve.yaml
vendored
2
.github/workflows/cve.yaml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|
||||||
- name: Run CVE checks
|
- name: Run CVE checks
|
||||||
uses: aquasecurity/trivy-action@0.2.3
|
uses: aquasecurity/trivy-action@0.3.0
|
||||||
with:
|
with:
|
||||||
image-ref: "provectuslabs/kafka-ui:${{ steps.build.outputs.version }}"
|
image-ref: "provectuslabs/kafka-ui:${{ steps.build.outputs.version }}"
|
||||||
format: "table"
|
format: "table"
|
||||||
|
|
Loading…
Add table
Reference in a new issue