From dcfa44af12eb513ff666f67e973a1e68379ef4a8 Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Fri, 22 Sep 2023 17:49:39 +0200 Subject: [PATCH] Remove tfsec workflow (#112) --- .github/workflows/tfsec.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/tfsec.yml diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml deleted file mode 100644 index d5fed42..0000000 --- a/.github/workflows/tfsec.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: tfsec - -on: - pull_request: - paths: - - "**.tf" - -jobs: - tfsec: - name: tfsec PR commenter - - runs-on: ubuntu-22.04 - - steps: - - name: Checkout - uses: actions/checkout@v4.0.0 - with: - fetch-depth: 0 - - - name: Run tfsec PR commenter - uses: aquasecurity/tfsec-pr-commenter-action@v1.3.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}