Skip to content

Commit

Permalink
fix(scan): use correct parameter name for JSON output
Browse files Browse the repository at this point in the history
- Replace SCANNER_FLAGS with ADDITIONAL_PARAMETERS
- Maintain -j=true flag for JSON format
  • Loading branch information
bilals12 committed Nov 26, 2024
1 parent 656638d commit e1fc6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
IMAGE_TAG: ${{ inputs.image-tag }}
SAVE_RESULTS_IN_LACEWORK: true
SCANNER_FLAGS: "-j=true"
ADDITIONAL_PARAMETERS: "-j=true"

- name: Cleanup Docker Image
if: always()
Expand Down

0 comments on commit e1fc6a4

Please sign in to comment.