CloudBees action: Scan Go code with Gosec

1 minute read

Use this action to perform static application security testing (SAST) on Go repositories with the open-source Golang Security Checker (Gosec). Gosec inspects Go code for security problems by scanning the AST and SSA code representation.

All CloudBees action repositories are listed at CloudBees, Inc. on GitHub.

Supported language

Gosec is only used to scan Go (LANGUAGE_GO) repositories.

Usage example

In your YAML file, add:

- name: Scan with Gosec uses: cloudbees-io/gosec-sast-scan-code@v1