Merge branch 'geoserver:master' into support-tomcat-root

pull/47/head
Chris Barnett 2024-02-08 17:16:19 -05:00 committed by GitHub
commit b87f625c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'