Skip to content

Commit 0733e1f

Browse files
committed
test the fix
1 parent 01d2044 commit 0733e1f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/security-scan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
exit-code: 1
3030

3131
- name: Run Trivy in report mode
32-
# Only generate sarif when running nightly on the dev branch.
33-
if: ${{ github.event_name == 'schedule' }}
3432
uses: aquasecurity/[email protected]
3533
with:
3634
scan-type: fs
@@ -41,8 +39,6 @@ jobs:
4139
output: trivy-results.sarif
4240

4341
- name: Upload Trivy scan results to GitHub Security tab
44-
# Only upload sarif when running nightly on the dev branch.
45-
if: ${{ github.event_name == 'schedule' }}
4642
uses: github/codeql-action/upload-sarif@v3
4743
with:
4844
checkout_path: ./php-agent

0 commit comments

Comments
 (0)