Skip to content

Commit

Permalink
Added semgrep full vs differential
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Jul 4, 2023
1 parent e494991 commit c29fc8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

jobs:
semgrep:
semgrep-full:
runs-on: ubuntu-latest

container:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
# Fetch project source with GitHub Actions Checkout.
- uses: actions/checkout@v3
# Run the "semgrep ci" command on the command line of the docker image.
- run: semgrep scan --config=p/default --error --verbose --baseline-commit $
- run: semgrep scan --error --verbose --metrics=off
env:
# Add the rules that Semgrep uses by setting the SEMGREP_RULES environment variable.
SEMGREP_RULES: p/default # more at semgrep.dev/explore

0 comments on commit c29fc8d

Please sign in to comment.