mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -44,15 +44,15 @@ jobs:
|
||||
# Scan code using project's configuration on https://semgrep.dev/manage
|
||||
- uses: returntocorp/semgrep-action@v1
|
||||
with:
|
||||
generateSarif: "1"
|
||||
generateSarif: "0"
|
||||
config: >- # more at semgrep.dev/explore
|
||||
p/security-audit
|
||||
p/secrets
|
||||
|
||||
|
||||
# Upload SARIF file generated in previous step
|
||||
#The following lines are commented out right now pending a fix to the semgrep repo
|
||||
- name: Upload SARIF file
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: semgrep.sarif
|
||||
if: always()
|
||||
#- name: Upload SARIF file
|
||||
# uses: github/codeql-action/upload-sarif@v1
|
||||
# with:
|
||||
# sarif_file: semgrep.sarif
|
||||
# if: always()
|
||||
|
||||
Reference in New Issue
Block a user