gosec/action.yml
2020-04-08 09:40:50 +02:00

19 lines
336 B
YAML

name: 'Gosec Security Checker'
description: 'Runs the gosec security checker'
author: '@ccojocar'
inputs:
args:
description: 'Arguments for gosec'
required: true
default: '-h'
runs:
using: 'docker'
image: 'docker://securego/gosec'
args:
- ${{ inputs.args }}
branding:
icon: 'shield'
color: 'blue'