We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe78bcc commit 35bd0e8Copy full SHA for 35bd0e8
.github/workflows/php.yml
@@ -62,19 +62,3 @@ jobs:
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
files: ./coverage.xml
65
-
66
- - name: Run Trivy vulnerability scanner in repo mode
67
- uses: aquasecurity/[email protected]
68
- if: ${{ matrix.php-versions == '8.3' }}
69
- with:
70
- scan-type: 'fs'
71
- ignore-unfixed: true
72
- format: 'sarif'
73
- output: 'trivy-results.sarif'
74
- severity: 'CRITICAL'
75
76
- - name: Upload Trivy scan results to GitHub Security tab
77
- uses: github/codeql-action/upload-sarif@v3
78
79
80
- sarif_file: 'trivy-results.sarif'
0 commit comments