From df767ec07820fd1d9bb011be32d8e737b2bdc5e2 Mon Sep 17 00:00:00 2001 From: Aleksandr Gerasimov Date: Mon, 20 May 2024 10:42:17 +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