init commit
This commit is contained in:
15
action.yaml
Normal file
15
action.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user