chore(ci): fix trufflehog scan #3
1 changed files with 1 additions and 6 deletions
7
.github/workflows/default-ci.yaml
vendored
7
.github/workflows/default-ci.yaml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue