We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf2ecf + 3299439 commit 56b35b5Copy full SHA for 56b35b5
.github/workflows/docker-build.yaml
@@ -50,12 +50,13 @@ jobs:
50
uses: aquasecurity/trivy-action@master
51
with:
52
image-ref: ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:8.3-alpine
53
- format: 'sarif'
54
- output: 'trivy-results83alpine.sarif'
+# format: 'sarif'
+ format: 'table'
55
+# output: 'trivy-results83alpine.sarif'
56
severity: 'CRITICAL,HIGH'
57
ignore-unfixed: true
58
- - name: Upload Trivy PHP 8.3 Alpine results to GitHub Security tab
59
- uses: github/codeql-action/upload-sarif@v3
60
- with:
61
- sarif_file: 'trivy-results83alpine.sarif'
+# - name: Upload Trivy PHP 8.3 Alpine results to GitHub Security tab
+# uses: github/codeql-action/upload-sarif@v3
+# with:
62
+# sarif_file: 'trivy-results83alpine.sarif'
0 commit comments