breaking push

- this push breaks what little functionality we had
- WIP push
- cleaning house, stand by
This commit is contained in:
2025-11-10 16:37:49 -05:00
parent 979892ef1e
commit b7389117ac
2 changed files with 374 additions and 120 deletions

View File

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