Skip to content

Commit

Permalink
Merge pull request #2 from p2p-org/security-workflow-sast
Browse files Browse the repository at this point in the history
[Security][Workflow]: Include SAST and SCA
  • Loading branch information
alexander-p2p authored Aug 26, 2024
2 parents 2fe9f8a + 352bee3 commit 829f89a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Security Testing

on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize ]

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

0 comments on commit 829f89a

Please sign in to comment.