gosec/action.yml
Cosmin Cojocar 5f3194b581
Some checks failed
CI / test (map[go:1.22.7 golangci:latest]) (push) Has been cancelled
CI / test (map[go:1.23.1 golangci:latest]) (push) Has been cancelled
CI / coverage (push) Has been cancelled
Security Scan / build (push) Has been cancelled
Update the github action to v2.21.2 (#1218)
Change-Id: I0b31f470f716e6b0ea1dacae7814075ee9f6d898

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
2024-09-09 16:20:57 +02: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.21.2'
args:
- ${{ inputs.args }}
branding:
icon: 'shield'
color: 'blue'