adding fails and fail skips
This commit is contained in:
@@ -9,12 +9,14 @@ inputs:
|
||||
description: "what level of issues to show (all|fatal)"
|
||||
required: false
|
||||
default: "all"
|
||||
outputs:
|
||||
report:
|
||||
description: "results of the scan"
|
||||
fail:
|
||||
description: "determines whether or not the workflow fails upon finding fatal issues (yes(default)|no)"
|
||||
required: false
|
||||
default: "yes"
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
env:
|
||||
COMPOSE_FILE_PATH: ${{ inputs.path }}
|
||||
LOG_LEVEL: ${{ inputs.show }}
|
||||
FAIL_ON_FATAL: ${{ inputs.fail }}
|
||||
|
||||
Reference in New Issue
Block a user