From 7f912ae8a675f61f6c67b3f15da94a00e49c7f27 Mon Sep 17 00:00:00 2001 From: Mauritz Uphoff Date: Wed, 15 Apr 2026 08:57:35 +0200 Subject: [PATCH] chore(ci): fix trufflehog scan Signed-off-by: Mauritz Uphoff --- .github/workflows/default-ci.yaml | 2 +- modules/test-machine/variables.tf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/default-ci.yaml b/.github/workflows/default-ci.yaml index dfaca5d..86797de 100644 --- a/.github/workflows/default-ci.yaml +++ b/.github/workflows/default-ci.yaml @@ -19,7 +19,7 @@ jobs: uses: edplato/trufflehog-actions-scan@master - name: TruffleHog Scan (managed git) - if: github.server_url != 'https://github.com' + if: github.server_url == 'https://professional-service.git.onstackit.cloud' uses: https://github.com/edplato/trufflehog-actions-scan@master pre-commit-checks: diff --git a/modules/test-machine/variables.tf b/modules/test-machine/variables.tf index 5c8ae6f..a85ae88 100644 --- a/modules/test-machine/variables.tf +++ b/modules/test-machine/variables.tf @@ -28,9 +28,6 @@ variable "name" { default = "test-machine" } - - - variable "availability_zone" { description = "The availability zone (e.g. eu01-1)" type = string -- 2.49.1