Skip to content

Commit

Permalink
ci: add semgrep platform integration
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed May 27, 2024
1 parent 7df4e95 commit 75f2cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/.reusable-sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ jobs:
permissions:
security-events: write
container:
image: returntocorp/semgrep
image: semgrep/semgrep
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down

0 comments on commit 75f2cf8

Please sign in to comment.