mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Update Trivy action to 0.35.0
This commit is contained in:
parent
21ae9d5b7e
commit
b3cca778fa
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
version=${{ needs.resolve-version.outputs.version }}
|
||||
|
||||
- name: Trivy scan
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
uses: aquasecurity/trivy-action@0.35.0
|
||||
with:
|
||||
image-ref: ${{ env.IMAGE }}:${{ needs.resolve-version.outputs.version }}
|
||||
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 }}
|
||||
|
||||
- name: Trivy scan
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
uses: aquasecurity/trivy-action@0.35.0
|
||||
with:
|
||||
image-ref: ${{ env.IMAGE }}:${{ needs.check.outputs.version }}
|
||||
format: sarif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user