Files
gvisor-tap-vsock/tools/vendor/github.com/securego/gosec/v2/action.yml
T
dependabot[bot] 9b9455d350 build(deps): bump github.com/golangci/golangci-lint/v2 in /tools
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>
2026-04-14 09:27:55 +00:00

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"