From 0d73a4b7d829b1ba4805fa57792545e0834eac7a Mon Sep 17 00:00:00 2001 From: Tim Arenz Date: Thu, 30 Sep 2021 17:48:34 +0200 Subject: [PATCH] Final push for v0.3.0 --- .github/workflows/test-action.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-action.yaml b/.github/workflows/test-action.yaml index 73738e9..5405adf 100644 --- a/.github/workflows/test-action.yaml +++ b/.github/workflows/test-action.yaml @@ -32,4 +32,4 @@ jobs: fail_if_info_vulnerabilities_found: false fail_only_if_vulnerabilities_fixable: false save_html_report: true - # html_report_file_name: myreport.html + html_report_file_name: myreport.html diff --git a/README.md b/README.md index 7ca7199..43e57f0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This is an example on how the Lacework scanner can be used as GitHub action. Thi ### v0.3.0 * Breaking changes - * arguments `scan_library_packages` and `save_results_in_lacework` are deprecated and have been repleaced with the offical environment variables `LW_SCANNER_SCAN_LIBRARY_PACKAGES` and `LW_SCANNER_SAVE_RESULTS`: - * `save_build_report` arugment name changed to `save_html_report`` + * arguments `scan_library_packages` and `save_results_in_lacework` are deprecated and have been replaced with the offical environment variables `LW_SCANNER_SCAN_LIBRARY_PACKAGES` and `LW_SCANNER_SAVE_RESULTS`: + * `save_build_report` arugment name changed to `save_html_report` * Added option to change HTML report file name: `html_report_file_name` ## Usage