Skip to content

Commit 35bd0e8

Browse files
committed
chore: remove Trivy vulnerability scanner for PHP 8.3 from GitHub Actions workflow
1 parent fe78bcc commit 35bd0e8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,3 @@ jobs:
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
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-
if: ${{ matrix.php-versions == '8.3' }}
79-
with:
80-
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)