Skip to content

Commit

Permalink
Add Security Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-p2p committed May 31, 2024
1 parent 58bb08d commit ca1e4c3
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:

Check failure on line 8 in .github/workflows/security.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`sast` is not a recognized word. (unrecognized-spelling)
uses: p2p-org/security-workflows/.github/workflows/sast.yaml@main

Check failure on line 9 in .github/workflows/security.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`yaml` is not a recognized word. (unrecognized-spelling)

Check failure on line 9 in .github/workflows/security.yaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`sast` is not a recognized word. (unrecognized-spelling)
secrets: inherit

0 comments on commit ca1e4c3

Please sign in to comment.