Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs committed Oct 5, 2024
1 parent d0b88e1 commit f8116d9
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 @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
options: --volume /.github/workflows/semgrep_rules.yaml:/mnt/semgrep_rules.yaml
outputs:
pr_number: ${{ steps.json.outputs.pr_number }}
sha: ${{ steps.json.outputs.sha }}
Expand All @@ -43,7 +44,7 @@ jobs:
with:
repository: ${{ steps.json.outputs.source_repo }}
ref: ${{ steps.json.outputs.sha }}
- run: semgrep ci --config .github/workflows/semgrep_rules.yaml
- run: semgrep ci --config /mnt/semgrep_rules.yaml
update-status:
permissions:
actions: read
Expand Down

0 comments on commit f8116d9

Please sign in to comment.