Skip to content

Commit

Permalink
Merge pull request #38 from p2p-org/security-workflow-sast
Browse files Browse the repository at this point in the history
[Security][Workflow]: Include SAST
  • Loading branch information
xxbbxb authored May 21, 2024
2 parents 5003813 + df767ec commit fde0cc4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Security Testing

on:
pull_request:
types: [ opened, synchronize ]

jobs:
sast:
uses: p2p-org/security-workflows/.github/workflows/sast.yaml@main
secrets: inherit

0 comments on commit fde0cc4

Please sign in to comment.