breaking push
- this push breaks what little functionality we had - WIP push - cleaning house, stand by
This commit is contained in:
@@ -5,6 +5,9 @@ inputs:
|
||||
description: "path to docker compose file"
|
||||
required: true
|
||||
default: "compose.yaml"
|
||||
ignore:
|
||||
description: "checks to ignore"
|
||||
required: false
|
||||
outputs:
|
||||
report:
|
||||
description: "results of the scan"
|
||||
@@ -13,3 +16,4 @@ runs:
|
||||
image: Dockerfile
|
||||
env:
|
||||
COMPOSE_FILE_PATH: ${{ inputs.path }}
|
||||
IGNORED_CHECKS: ${{ inputs.ignore }}
|
||||
|
||||
Reference in New Issue
Block a user