fix(ci): trivy-action version 0.31.0 → v0.36.0 (correct tag format)
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: docker build -t evershelf:scan .
|
run: docker build -t evershelf:scan .
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@0.31.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
image-ref: 'evershelf:scan'
|
image-ref: 'evershelf:scan'
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Trivy filesystem scanner
|
- name: Run Trivy filesystem scanner
|
||||||
uses: aquasecurity/trivy-action@0.31.0
|
uses: aquasecurity/trivy-action@v0.36.0
|
||||||
with:
|
with:
|
||||||
scan-type: 'fs'
|
scan-type: 'fs'
|
||||||
scan-ref: '.'
|
scan-ref: '.'
|
||||||
|
|||||||
Reference in New Issue
Block a user