mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-18 05:49:00 +00:00
fix: test-actions security scan (#307)
This commit is contained in:
4
.github/workflows/test-actions.yml
vendored
4
.github/workflows/test-actions.yml
vendored
@@ -235,8 +235,8 @@ jobs:
|
|||||||
uses: trufflesecurity/trufflehog@0f58ae7c5036094a1e3e750d18772af92821b503
|
uses: trufflesecurity/trufflehog@0f58ae7c5036094a1e3e750d18772af92821b503
|
||||||
with:
|
with:
|
||||||
path: ./
|
path: ./
|
||||||
base: ${{ github.event.repository.default_branch }}
|
base: ${{ github.event_name == 'pull_request' && github.event.repository.default_branch || '' }}
|
||||||
head: HEAD
|
head: ${{ github.event_name == 'pull_request' && 'HEAD' || '' }}
|
||||||
extra_args: --debug --only-verified
|
extra_args: --debug --only-verified
|
||||||
|
|
||||||
- name: Scan shell scripts
|
- name: Scan shell scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user