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 01d2044 commit 0733e1fCopy full SHA for 0733e1f
.github/workflows/security-scan.yml
@@ -29,8 +29,6 @@ jobs:
29
exit-code: 1
30
31
- name: Run Trivy in report mode
32
- # Only generate sarif when running nightly on the dev branch.
33
- if: ${{ github.event_name == 'schedule' }}
34
uses: aquasecurity/[email protected]
35
with:
36
scan-type: fs
@@ -41,8 +39,6 @@ jobs:
41
39
output: trivy-results.sarif
42
40
43
- name: Upload Trivy scan results to GitHub Security tab
44
- # Only upload sarif when running nightly on the dev branch.
45
46
uses: github/codeql-action/upload-sarif@v3
47
48
checkout_path: ./php-agent
0 commit comments