Update aquasecurity/trivy-action action to v0.34.1
This commit is contained in:
parent
54c4162d04
commit
eb95754338
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
version=${{ env.version }}
|
version=${{ env.version }}
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scan
|
- name: Run Trivy vulnerability scan
|
||||||
uses: aquasecurity/trivy-action@0.30.0
|
uses: aquasecurity/trivy-action@0.34.1
|
||||||
with:
|
with:
|
||||||
image-ref: "${{ env.DOCKER_REPO_DEV }}:dev-${{ env.SAFE_TAG }}"
|
image-ref: "${{ env.DOCKER_REPO_DEV }}:dev-${{ env.SAFE_TAG }}"
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
|
|
@ -208,7 +208,7 @@ jobs:
|
||||||
$(printf '${{ env.DOCKERHUB_REPO }}@sha256:%s ' *)
|
$(printf '${{ env.DOCKERHUB_REPO }}@sha256:%s ' *)
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scan
|
- name: Run Trivy vulnerability scan
|
||||||
uses: aquasecurity/trivy-action@0.30.0
|
uses: aquasecurity/trivy-action@0.34.1
|
||||||
with:
|
with:
|
||||||
image-ref: "${{ env.DOCKERHUB_REPO }}:${{ env.version }}"
|
image-ref: "${{ env.DOCKERHUB_REPO }}:${{ env.version }}"
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue