mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
👷 Remove trufflehog head declaration
This commit is contained in:
parent
faf643f506
commit
459a0427c3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/check-leaks.yml
vendored
3
.github/workflows/check-leaks.yml
vendored
|
@ -26,12 +26,11 @@ jobs:
|
||||||
|
|
||||||
- id: trufflehog
|
- id: trufflehog
|
||||||
name: TruffleHog scan
|
name: TruffleHog scan
|
||||||
uses: trufflesecurity/trufflehog@v3.88.35
|
uses: trufflesecurity/trufflehog@main
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
path: ./
|
path: ./
|
||||||
base: "${{ github.event.repository.default_branch }}"
|
base: "${{ github.event.repository.default_branch }}"
|
||||||
head: HEAD
|
|
||||||
extra_args: --debug --only-verified
|
extra_args: --debug --only-verified
|
||||||
|
|
||||||
- name: Scan Results Status
|
- name: Scan Results Status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue