Skip to content

Commit

Permalink
add semgrep to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 29, 2023
1 parent a6ab057 commit 102ad41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: semgrep

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
semgrep:
uses: bavix/.github/.github/workflows/[email protected]

0 comments on commit 102ad41

Please sign in to comment.