Skip to content

Commit 656638d

Browse files
committed
fix(scan): use correct JSON output flag for Lacework scanner
- Add -j=true flag to force JSON output format - Remove output-format parameter
1 parent 4285c10 commit 656638d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-scan/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
IMAGE_NAME: ${{ env.IMAGE_NAME }}
7474
IMAGE_TAG: ${{ inputs.image-tag }}
7575
SAVE_RESULTS_IN_LACEWORK: true
76-
SCANNER_FLAGS: "-v=false"
76+
SCANNER_FLAGS: "-j=true"
7777

7878
- name: Cleanup Docker Image
7979
if: always()

0 commit comments

Comments
 (0)