We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d817f commit 85fb7c6Copy full SHA for 85fb7c6
.github/actions/create_workflow_report/create_workflow_report.py
@@ -537,9 +537,7 @@ def main():
537
538
# get_cves returns ... in the case where no Grype result files were found.
539
# 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
- )
+ cves_not_checked = not args.cves or fail_results["docker_images_cves"] is ...
543
544
if args.known_fails:
545
if not os.path.exists(args.known_fails):
0 commit comments