We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d8107 commit 2eda209Copy full SHA for 2eda209
.github/workflows/image-scan.yaml
@@ -33,5 +33,7 @@ jobs:
33
run: |
34
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh \
35
| sh -s -- -b /usr/local/bin
36
- - run: |
37
- trufflehog --github-actions filesystem "${RUNNER_TEMP}/image.tar"
+ - name: Run trufflehog on image.tar
+ run: |
38
+ trufflehog --fail --no-update --github-actions \
39
+ filesystem "${RUNNER_TEMP}/image.tar"
0 commit comments