Skip to content

Commit

Permalink
Problem: semgrep results are not uploaded (#900)
Browse files Browse the repository at this point in the history
Solution: add the app token
  • Loading branch information
tomtau authored Dec 2, 2022
1 parent 3756ded commit adad502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
env:
# Add the rules that Semgrep uses by setting the SEMGREP_RULES environment variable.
SEMGREP_RULES: p/golang # more at semgrep.dev/explore
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
# Uncomment SEMGREP_TIMEOUT to set this job's timeout (in seconds):
# Default timeout is 1800 seconds (30 minutes).
# Set to 0 to disable the timeout.
# SEMGREP_TIMEOUT: 300
# SEMGREP_TIMEOUT: 300

0 comments on commit adad502

Please sign in to comment.