We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d78aee commit 5c929feCopy full SHA for 5c929fe
1 file changed
.github/workflows/image-scan.yaml
@@ -37,5 +37,7 @@ jobs:
37
| sh -s -- -b /usr/local/bin
38
- name: Run trufflehog on image.tar
39
run: |
40
- trufflehog --fail --no-update --github-actions \
+ trufflehog --github-actions \
41
+ --fail --no-update \
42
+ --results=verified,unknown \
43
filesystem "${RUNNER_TEMP}/image.tar"
0 commit comments