gosec/action.yml
Cosmin Cojocar a9eb1c96fa
Some checks failed
CI / test (map[go:1.23.6 golangci:latest]) (push) Has been cancelled
CI / test (map[go:1.24.0 golangci:latest]) (push) Has been cancelled
Security Scan / build (push) Has been cancelled
CI / coverage (push) Has been cancelled
Update gosec version in the GitHub action to v2.22.1 (#1307)
2025-02-17 15:18:07 +01:00

19 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://securego/gosec:2.22.1'
args:
- ${{ inputs.args }}
branding:
icon: 'shield'
color: 'blue'