Files
gosec/action.yml
T
Cosmin Cojocar fd697486c0 Update to gosec to v2.24.0 in the action and fix the docker image signing (#1552)
Update the GitHub action to use gosec v2.24.0 and fix the docker image
signing

Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
2026-02-27 13:25:22 +01:00

20 lines
335 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.24.0"
args:
- ${{ inputs.args }}
branding:
icon: "shield"
color: "blue"