Skip to content

Commit

Permalink
Merge pull request #48 from SchwarzIT/feature/semgrep-in-security-das…
Browse files Browse the repository at this point in the history
…hbaord

Enable security dashboard for semgrep
  • Loading branch information
brumhard committed Oct 30, 2021
2 parents 7d7c508 + e97bbf4 commit 6a08254
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:

# Upload findings to GitHub Advanced Security Dashboard [step 1/2]
# See also the next step.
# generateSarif: "1"
generateSarif: "1"

# Change job timeout (default is 1800 seconds; set to 0 to disable)
# env:
# SEMGREP_TIMEOUT: 300

# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
# - name: Upload SARIF file for GitHub Advanced Security Dashboard
# uses: github/codeql-action/upload-sarif@v1
# with:
# sarif_file: semgrep.sarif
# if: always()
- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: semgrep.sarif
if: always()

0 comments on commit 6a08254

Please sign in to comment.