mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Use latest Trivy action
This commit is contained in:
parent
b3cca778fa
commit
5a8e960374
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.35.0
|
||||
uses: aquasecurity/trivy-action@master
|
||||
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.35.0
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: ${{ env.IMAGE }}:${{ needs.check.outputs.version }}
|
||||
format: sarif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user