mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
c28f7cb29f
Initial part of #435
19 lines
316 B
YAML
19 lines
316 B
YAML
name: 'go-mnd'
|
|
description: 'Runs the Golang magic number detector'
|
|
author: '@tommy-muehle'
|
|
|
|
inputs:
|
|
args:
|
|
description: 'Arguments for go-mnd'
|
|
required: true
|
|
default: '-h'
|
|
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.args }}
|
|
|
|
branding:
|
|
icon: 'check-circle'
|
|
color: 'blue'
|