init commit

This commit is contained in:
2025-11-09 14:15:50 -05:00
parent 4e25a50bc4
commit 4897a92aab
2 changed files with 24 additions and 0 deletions

15
action.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: "compose file parser"
description: "security checks for docker compose files"
inputs:
path:
description: "path to docker compose file"
required: true
default: "compose.yaml"
outputs:
report:
description: "results of the scan"
runs:
using: docker
image: Dockerfile
env:
COMPOSE_FILE_PATH=${{ inputs.path }}