Skip to content

Commit 8cc749d

Browse files
authored
only run trufflehog on diff (#604)
Signed-off-by: Peter St. John <[email protected]>
1 parent ef9e1be commit 8cc749d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- run: ./ci/scripts/static_checks.sh
3333
- uses: trufflesecurity/trufflehog@main
3434
with:
35+
path: ./
36+
base: ${{ github.event.repository.default_branch }}
37+
head: HEAD
3538
extra_args: --only-verified
3639

3740
build-bionemo-image:

0 commit comments

Comments
 (0)