adding log_level option
This commit is contained in:
@@ -5,9 +5,10 @@ inputs:
|
||||
description: "path to docker compose file"
|
||||
required: true
|
||||
default: "compose.yaml"
|
||||
ignore:
|
||||
description: "checks to ignore (doesn't work yet)"
|
||||
show:
|
||||
description: "what level of issues to show (all|fatal)"
|
||||
required: false
|
||||
default: "all"
|
||||
outputs:
|
||||
report:
|
||||
description: "results of the scan"
|
||||
@@ -16,4 +17,4 @@ runs:
|
||||
image: Dockerfile
|
||||
env:
|
||||
COMPOSE_FILE_PATH: ${{ inputs.path }}
|
||||
IGNORED_CHECKS: ${{ inputs.ignore }}
|
||||
LOG_LEVEL: ${{ inputs.show }}
|
||||
|
||||
Reference in New Issue
Block a user