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 0928b3e commit 8ab4210Copy full SHA for 8ab4210
entrypoint/entrypoint/orchestrator.py
@@ -342,7 +342,7 @@ def execute(args) -> int:
342
logging.info(f"writing markdown report to: {args.out_scan_markdown}")
343
with open(args.out_scan_markdown, "w") as f:
344
f.write(markdown)
345
- set_github_actions_output('inspector_scan_results_markdown', args.out_scan_csv)
+ set_github_actions_output('inspector_scan_results_markdown', args.out_scan_markdown)
346
347
is_exceeded = exceeds_threshold(criticals, args.critical,
348
highs, args.high,
version.txt
@@ -0,0 +1 @@
1
+1.0.0
0 commit comments