Skip to content

Commit

Permalink
Add semgrep scanning to PRs. (adoptium#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored May 23, 2024
1 parent 529a642 commit f114ec9
Showing 1 changed file with 8 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

0 comments on commit f114ec9

Please sign in to comment.