Files
gosec/action.yml
2025-10-15 10:18:27 +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:2.22.10"
args:
- ${{ inputs.args }}
branding:
icon: "shield"
color: "blue"