From 91f6dd2cbe10533caa796e7150b2d45f2de69d4b Mon Sep 17 00:00:00 2001 From: Aleksandr Gerasimov Date: Fri, 31 May 2024 18:41:12 +0300 Subject: [PATCH] Add Security Workflow --- .github/workflows/security.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/security.yaml diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml new file mode 100644 index 0000000..596369b --- /dev/null +++ b/.github/workflows/security.yaml @@ -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