Files
gosec/action.yml
T
2026-03-19 11:53:03 +01:00

20 lines
343 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://ghcr.io/securego/gosec:2.25.0"
args:
- ${{ inputs.args }}
branding:
icon: "shield"
color: "blue"