adding fails and fail skips

This commit is contained in:
2025-11-11 18:04:21 -05:00
parent b6dfca1cf2
commit f88893748a
2 changed files with 13 additions and 3 deletions

View File

@@ -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 }}