From 769738b8b06307e8e4876a0d3a04aa7b585c114b Mon Sep 17 00:00:00 2001 From: Mauritz Uphoff Date: Wed, 15 Apr 2026 09:22:17 +0200 Subject: [PATCH] chore(ci): fix trufflehog scan Signed-off-by: Mauritz Uphoff --- .github/workflows/default-ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/default-ci.yaml b/.github/workflows/default-ci.yaml index 86797de..75355ad 100644 --- a/.github/workflows/default-ci.yaml +++ b/.github/workflows/default-ci.yaml @@ -14,14 +14,9 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - - name: TruffleHog Scan (GitHub) - if: github.server_url == 'https://github.com' + - name: TruffleHog Scan uses: edplato/trufflehog-actions-scan@master - - name: TruffleHog Scan (managed git) - if: github.server_url == 'https://professional-service.git.onstackit.cloud' - uses: https://github.com/edplato/trufflehog-actions-scan@master - pre-commit-checks: name: "Pre-Commit Hooks" runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'stackit-ubuntu-22' }} -- 2.49.1