chore(ci): fix trufflehog scan #1
2 changed files with 7 additions and 3 deletions
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
|
|
@ -4,5 +4,4 @@
|
|||
|
||||
## Checklist
|
||||
|
||||
- [ ] The `README.md` has been updated accordingly.
|
||||
- [ ] The CI pipeline passed successfully.
|
||||
|
|
|
|||
9
.github/workflows/default-ci.yaml
vendored
9
.github/workflows/default-ci.yaml
vendored
|
|
@ -14,8 +14,13 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: trufflehog-actions-scan
|
||||
uses: ${{ github.server_url == 'https://github.com' && 'edplato/trufflehog-actions-scan@master' || 'https://github.com/edplato/trufflehog-actions-scan@master' }}
|
||||
- name: TruffleHog Scan (GitHub)
|
||||
if: github.server_url == 'https://github.com'
|
||||
uses: edplato/trufflehog-actions-scan@master
|
||||
|
||||
- name: TruffleHog Scan (managed git)
|
||||
if: github.server_url != 'https://github.com'
|
||||
uses: https://github.com/edplato/trufflehog-actions-scan@master
|
||||
|
||||
pre-commit-checks:
|
||||
name: "Pre-Commit Hooks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue