1
0
mirror of https://github.com/securego/gosec.git synced 2024-12-28 21:08:22 +02:00
gosec/action.yml
2020-04-08 09:40:50 +02:00

20 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'