fix trivy
This commit is contained in:
parent
01de5baae1
commit
1ed8bcbc31
@ -17,12 +17,6 @@ jobs:
|
|||||||
- name: Pull docker image
|
- name: Pull docker image
|
||||||
run: docker pull docker.asperti.com/paspo/hugo:latest
|
run: docker pull docker.asperti.com/paspo/hugo:latest
|
||||||
|
|
||||||
- uses: actions/cache/restore@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
/root/.cache/trivy
|
|
||||||
key: trivy-db
|
|
||||||
|
|
||||||
- name: Setup trivy
|
- name: Setup trivy
|
||||||
run: |
|
run: |
|
||||||
wget -O /tmp/trivy.deb https://github.com/aquasecurity/trivy/releases/download/v0.57.1/trivy_0.57.1_Linux-64bit.deb
|
wget -O /tmp/trivy.deb https://github.com/aquasecurity/trivy/releases/download/v0.57.1/trivy_0.57.1_Linux-64bit.deb
|
||||||
@ -31,14 +25,7 @@ jobs:
|
|||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
id: scan
|
id: scan
|
||||||
run: |
|
run: |
|
||||||
trivy image --format json docker.asperti.com/paspo/hugo:latest > trivy-results.json
|
trivy --server ${{ secrets.TRIVY_SERVER }} --token ${{ secrets.TRIVY_TOKEN }} image --format json docker.asperti.com/paspo/hugo:latest > trivy-results.json
|
||||||
|
|
||||||
- uses: actions/cache/save@v4
|
|
||||||
if: always() # salva in cache anche se trova vulnerabilità
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
/root/.cache/trivy
|
|
||||||
key: trivy-db
|
|
||||||
|
|
||||||
# if some vulnerability is found, we fail
|
# if some vulnerability is found, we fail
|
||||||
- name: check output
|
- name: check output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user