Skip to content

Commit 5c929fe

Browse files
committed
Exclude trufflehog image scan to verified results
Image scanning may be more likely to produce false positives. Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
1 parent 8d78aee commit 5c929fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/image-scan.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
| sh -s -- -b /usr/local/bin
3838
- name: Run trufflehog on image.tar
3939
run: |
40-
trufflehog --fail --no-update --github-actions \
40+
trufflehog --github-actions \
41+
--fail --no-update \
42+
--results=verified,unknown \
4143
filesystem "${RUNNER_TEMP}/image.tar"

0 commit comments

Comments
 (0)