From dd8b0dc462b7a000e1cbb09d87c60632cddf8aee Mon Sep 17 00:00:00 2001 From: alexander-p2p <96881780+alexander-p2p@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:17:13 +0300 Subject: [PATCH] Delete .github/workflows/security.yaml Remove private workflow --- .github/workflows/security.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/security.yaml diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml deleted file mode 100644 index 4593027..0000000 --- a/.github/workflows/security.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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