Change Trivy output type to table
All checks were successful
Build Docker image / test (push) Successful in 30s
Build Docker image / build (push) Successful in 54s

This commit is contained in:
Roman Krček
2024-10-07 13:58:46 +02:00
parent 4a4a04900c
commit a8d2714da9

View File

@@ -71,10 +71,4 @@ jobs:
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: '${{ vars.DOCKER_IMAGE }}:latest'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results Security tab
uses: codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'
format: 'table'