mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2026-04-23 00:27:09 +08:00
9b9455d350
Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.9.0 to 2.11.4. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v2.9.0...v2.11.4) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
343 B
YAML
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.24.7"
|
|
args:
|
|
- ${{ inputs.args }}
|
|
|
|
branding:
|
|
icon: "shield"
|
|
color: "blue"
|