Skip to content

Commit 85fb7c6

Browse files
committed
fix
1 parent 10d817f commit 85fb7c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/create_workflow_report/create_workflow_report.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,7 @@ def main():
537537

538538
# get_cves returns ... in the case where no Grype result files were found.
539539
# This might occur when run in preview mode.
540-
cves_not_checked = not args.cves or (
541-
args.mark_preview and fail_results["docker_images_cves"] is ...
542-
)
540+
cves_not_checked = not args.cves or fail_results["docker_images_cves"] is ...
543541

544542
if args.known_fails:
545543
if not os.path.exists(args.known_fails):

0 commit comments

Comments
 (0)