mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Update aquasecurity/trivy-action action to v0.34.1
This commit is contained in:
parent
54c4162d04
commit
eb95754338
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
version=${{ env.version }}
|
||||
|
||||
- name: Run Trivy vulnerability scan
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
uses: aquasecurity/trivy-action@0.34.1
|
||||
with:
|
||||
image-ref: "${{ env.DOCKER_REPO_DEV }}:dev-${{ env.SAFE_TAG }}"
|
||||
format: 'sarif'
|
||||
@ -208,7 +208,7 @@ jobs:
|
||||
$(printf '${{ env.DOCKERHUB_REPO }}@sha256:%s ' *)
|
||||
|
||||
- name: Run Trivy vulnerability scan
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
uses: aquasecurity/trivy-action@0.34.1
|
||||
with:
|
||||
image-ref: "${{ env.DOCKERHUB_REPO }}:${{ env.version }}"
|
||||
format: 'sarif'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user