Skip to content

Commit de3014e

Browse files
author
Michael Long
committed
Show vuln table summary on zero vulns
1 parent cc26af7 commit de3014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint/entrypoint/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def execute(args) -> int:
3838
set_github_actions_output('inspector_scan_results_csv', args.out_scan_csv)
3939

4040
pkg_vuln_markdown = write_pkg_vuln_report_markdown(args, total_vulns, criticals, highs, mediums, lows, others)
41-
post_pkg_vuln_github_actions_step_summary(args, total_vulns, pkg_vuln_markdown)
41+
post_pkg_vuln_github_actions_step_summary(args, pkg_vuln_markdown)
4242
set_github_actions_output('inspector_scan_results_markdown', args.out_scan_markdown)
4343

4444
dockerfile.write_dockerfile_report_csv(args.out_scan, args.out_dockerfile_scan_csv)

0 commit comments

Comments
 (0)