commit
e1677a9e75
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Run trivy
|
- name: Run trivy
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
with:
|
with:
|
||||||
format: 'table'
|
format: 'sarif'
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
|
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
|
||||||
output: 'trivy-results.sarif'
|
output: 'trivy-results.sarif'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue