From 896cc92695381d9bfe0da1dad7481654999a6af5 Mon Sep 17 00:00:00 2001 From: nxcon <114954840+nxcon@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:09:22 -0500 Subject: [PATCH] Revert "Merge pull request #6 from prosperllc/appsec-modify-scanner" This reverts commit 0e62c8741032e59bcb05711b51f413ca47e234f0, reversing changes made to 36274dbb491e4574a4d32c32e0627e2ba4be6a7b. --- .github/workflows/security.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 22047820..00000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Security action - -on: - workflow_dispatch: {} - pull_request: - schedule: - - cron: 5 4 * * 6 - - -jobs: - security-action: - uses: prosperllc/appsec-utils/.github/workflows/security_action.yml@master - with: - repo: ${{ github.repository }} - head_ref: ${{ github.head_ref}} - base_ref: ${{github.base_ref }} - secrets: - token: ${{ secrets.GITHUB_TOKEN }} - GH_PAT: ${{ secrets.SECRET_SCANNER_GITHUB_TOKEN}} - SLACK_TOKEN: ${{secrets.SECRET_SCANNER_SLACK_CHANNEL_ID}} - SEMGREP_TOKEN: ${{ secrets.GH_SEMGREP_APP_TOKEN }} - GAR_JSON_KEY: ${{secrets.GAR_JSON_KEY}} \ No newline at end of file