From c433ea13b1def9c7b0931eb92c2e3dc9a6f46731 Mon Sep 17 00:00:00 2001 From: insider-automation <117348511+insider-automation@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:17:53 +0300 Subject: [PATCH] Security | Remove old workflow files! --- .github/workflows/cxflow.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/cxflow.yml diff --git a/.github/workflows/cxflow.yml b/.github/workflows/cxflow.yml deleted file mode 100644 index 412cf9c..0000000 --- a/.github/workflows/cxflow.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CxFlow-GitHub-Pull-Request -on: - pull_request: - types: [ready_for_review] -jobs: - build: - runs-on: self-runner-node - steps: - - name: Trigger to Scanner Lambda - run: | - python -c ' - import json,sys,requests; - github = {"repository": "'${{ github.event.repository.name }}'", "ref": "'${{ github.head_ref }}'"}; - github_request = {"checkmarx_gitaction": github}; - requests.post("'$LambdaWebHook'", json=github_request);' - env: - LambdaWebHook: ${{ secrets.INSECPROXY_HOOK }} \ No newline at end of file