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' }}