Update Trivy action to 0.35.0
This commit is contained in:
parent
21ae9d5b7e
commit
b3cca778fa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
version=${{ needs.resolve-version.outputs.version }}
|
version=${{ needs.resolve-version.outputs.version }}
|
||||||
|
|
||||||
- name: Trivy scan
|
- name: Trivy scan
|
||||||
uses: aquasecurity/trivy-action@0.30.0
|
uses: aquasecurity/trivy-action@0.35.0
|
||||||
with:
|
with:
|
||||||
image-ref: ${{ env.IMAGE }}:${{ needs.resolve-version.outputs.version }}
|
image-ref: ${{ env.IMAGE }}:${{ needs.resolve-version.outputs.version }}
|
||||||
format: sarif
|
format: sarif
|
||||||
|
|
|
||||||
2
.github/workflows/scheduled-update.yaml
vendored
2
.github/workflows/scheduled-update.yaml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
version=${{ needs.check.outputs.version }}
|
version=${{ needs.check.outputs.version }}
|
||||||
|
|
||||||
- name: Trivy scan
|
- name: Trivy scan
|
||||||
uses: aquasecurity/trivy-action@0.30.0
|
uses: aquasecurity/trivy-action@0.35.0
|
||||||
with:
|
with:
|
||||||
image-ref: ${{ env.IMAGE }}:${{ needs.check.outputs.version }}
|
image-ref: ${{ env.IMAGE }}:${{ needs.check.outputs.version }}
|
||||||
format: sarif
|
format: sarif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue