From 96fa6584bd6213c4b09e174e021630b3002af825 Mon Sep 17 00:00:00 2001 From: Aleksandr Gerasimov Date: Mon, 3 Jun 2024 13:18:51 +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