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 d0f0f15 commit fe78bccCopy full SHA for fe78bcc
.github/workflows/php.yml
@@ -65,6 +65,7 @@ jobs:
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
@@ -74,5 +75,6 @@ jobs:
74
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