Skip to content

Commit

Permalink
Fix base commit
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 6, 2024
1 parent eebdf60 commit ba6310a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semgrep_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
# Step 2: Differential scan
- name: Differential scan
run: |
base_commit=$(git rev-parse ${{ github.base_ref }})
semgrep scan --error --config="p/trailofbits" \
--baseline-commit ${{ github.event.before }}
--baseline-commit $base_commit

0 comments on commit ba6310a

Please sign in to comment.