CloudBees action: Scan with Find Security Bugs

1 minute read

Use this action to scan a Git repository with Find Security Bugs, a SpotBugs plugin. The Find Security Bugs plugin detects security vulnerabilities in:

  • Java web applications.

  • Android applications.

  • Kotlin, Groovy, and Scala projects.

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

Inputs

Table 1. Input details
Input name Data type Required? Description

binary-tar-path

String

Yes

The path of the binary to be scanned.

The binary file must be in the TAR format.

Usage example

In your YAML file, add:

- name: Scan with Findsecbugs uses: cloudbees-io/findsecbugs-hybrid-plugin@v1 with: binary-tar-path: /path/to/binary.tar