From 447dcfeb10748207453e694ec9f7bbaf9b8fe3d7 Mon Sep 17 00:00:00 2001 From: Jeroen Vijgen Date: Wed, 12 Nov 2025 15:38:32 +0000 Subject: [PATCH] Remove TFSec as it fails with correct formatting --- .github/workflows/tfsec.yml | 38 ------------------------------------- providers.tf | 1 - 2 files changed, 39 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 60edd1c..0000000 --- a/.github/workflows/tfsec.yml +++ /dev/null @@ -1,38 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: tfsec - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '22 22 * * 4' - -jobs: - tfsec: - name: Run tfsec sarif report - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - steps: - - name: Clone repo - uses: actions/checkout@v4 - - - name: Run tfsec - uses: aquasecurity/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 - with: - sarif_file: tfsec.sarif - - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v3 - with: - # Path to SARIF file relative to the root of the repository - sarif_file: tfsec.sarif diff --git a/providers.tf b/providers.tf index e2884bd..6a5ace4 100644 --- a/providers.tf +++ b/providers.tf @@ -19,5 +19,4 @@ terraform { provider "docker" { host = provider::dotenv::get_by_key("DOCKER_SOCK", "${path.module}/.env") - }