diff --git a/entrypoint/entrypoint/orchestrator.py b/entrypoint/entrypoint/orchestrator.py index 7867da3..ed0f8f0 100644 --- a/entrypoint/entrypoint/orchestrator.py +++ b/entrypoint/entrypoint/orchestrator.py @@ -342,7 +342,7 @@ def execute(args) -> int: logging.info(f"writing markdown report to: {args.out_scan_markdown}") with open(args.out_scan_markdown, "w") as f: f.write(markdown) - set_github_actions_output('inspector_scan_results_markdown', args.out_scan_csv) + set_github_actions_output('inspector_scan_results_markdown', args.out_scan_markdown) is_exceeded = exceeds_threshold(criticals, args.critical, highs, args.high, diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..3eefcb9 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.0.0