Skip to content

Commit

Permalink
Final push for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timarenz committed Sep 30, 2021
1 parent c6d795f commit 0d73a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`: <https://support.lacework.com/hc/en-us/articles/4403780976275-Integrate-the-Lacework-Inline-Scanner-with-CI-Pipelines#configuration-options-for-image-evaluate>
* `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`: <https://support.lacework.com/hc/en-us/articles/4403780976275-Integrate-the-Lacework-Inline-Scanner-with-CI-Pipelines#configuration-options-for-image-evaluate>
* `save_build_report` arugment name changed to `save_html_report`
* Added option to change HTML report file name: `html_report_file_name`

## Usage
Expand Down

0 comments on commit 0d73a4b

Please sign in to comment.