Files
kics-github-action/action.yml
2020-12-30 09:43:04 +02:00

15 lines
319 B
YAML

# action.yml
name: 'kics Github Action'
description: 'Run kics scan against IaC projects'
inputs:
directory:
description: 'directory with infrastructure code to scan'
default: '.'
required: false
branding:
icon: 'codesandbox'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'