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.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
No |
The language of your Git repository code base. Refer to the supported languages below. |
Supported language | Input format |
---|---|
Java |
|
In your YAML file, add:
- name: Scan with Find Security Bugs
uses: cloudbees-io/findsecbugs-sast-scan-code@v1
with:
language: "LANGUAGE_JAVA"
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.