-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add debug option to scanner definition (#17)
- Loading branch information
1 parent
5cd2cd1
commit 0362a01
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Github Action for using the Lacework Inline image scanner in workflows | |
To add the scanner to your workflow: | ||
|
||
```yaml | ||
- uses: lacework/[email protected].0 | ||
- uses: lacework/[email protected].1 | ||
name: Scan container image for vulnerabitilies using Lacework | ||
with: | ||
LW_ACCOUNT_NAME: ${{ secrets.LW_ACCOUNT_NAME }} | ||
|
@@ -32,14 +32,15 @@ Options: | |
| `SAVE_RESULTS_IN_LACEWORK` | Save results to your Lacework account | `true` | | ||
| `SAVE_BUILD_REPORT` | Saves the evaluation report as a local HTML file. | `false` | | ||
| `BUILD_REPORT_FILE_NAME` | Specify custom file name for the HTML evalutation report | `<OS_TYPE>-<IMAGE_DIGEST_SHA256>.html` | | ||
| `LW_SCANNER_ENABLE_DEBUGGING` | Enables debug logging from scanner | `false` | | ||
|
||
## Example | ||
|
||
```yaml | ||
jobs: | ||
build: | ||
steps: | ||
- uses: lacework/[email protected].0 | ||
- uses: lacework/[email protected].1 | ||
name: Scan container images for vulnerabitilies using Lacework | ||
with: | ||
LW_ACCOUNT_NAME: ${{ secrets.LW_ACCOUNT_NAME }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters