chore(ci): fix trufflehog scan #3

Merged
mauritz.uphoff merged 1 commit from ci/trufflehog-fix into main 2026-04-15 07:25:24 +00:00

View file

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