initial commit
This commit is contained in:
15
action.yml
Normal file
15
action.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# 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'
|
Reference in New Issue
Block a user