Skip to content

Commit

Permalink
Github: Add Semgrep Check On Pull Request (#3688)
Browse files Browse the repository at this point in the history
* Add Semgrep Diff GHA

* Create .semgrepignore

* Use centralised GHA workflow

---------

Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
steelhead31 and karianna committed May 2, 2024
1 parent 48a734d commit 6aa6c94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/semgrep_diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Semgrep Differential Scan
on:
pull_request:

jobs:
semgrep-diff:
uses: adoptium/.github/.github/workflows/semgrep_diff.yml@main
1 change: 1 addition & 0 deletions .semgrepignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 6aa6c94

Please sign in to comment.