Skip to content

Commit 070ca1e

Browse files
bluesentinelsecMichael Long
andauthored
minor log refinements (#45)
Co-authored-by: Michael Long <mlongii@amazon.com>
1 parent bfa7cbe commit 070ca1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint/entrypoint/orchestrator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def set_github_actions_output(key, value):
5858
# set env var to expose SBOM contents
5959
# to github actions
6060
# https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
61-
logging.info(f"setting github actions output: {key}:{value}")
61+
logging.debug(f"setting github actions output: {key}:{value}")
6262
os.system(f'echo "{key}={value}" >> "$GITHUB_OUTPUT"')
6363

6464
return
@@ -319,6 +319,7 @@ def execute(args) -> int:
319319
lows=lows,
320320
others=others)
321321

322+
logging.info(f"writing CSV report to: {args.out_scan_csv}")
322323
with open(args.out_scan_csv, "w") as f:
323324
f.write(csv_output)
324325

0 commit comments

Comments
 (0)