View Scan Results in GitHub Security
Frogbot performs both full repository scans and pull request (PR) scans to detect security issues. Results are posted directly to the GitHub Security dashboard, allowing developers to stay within their native GitHub workflow.
Before You Begin
- It is essential that you enable GitHub code scanning for the repositories you wish to scan.
- Full repository scans automatically appear in GitHub Security.
- PR scans must be manually enabled.
Procedure
-
(Optional) Enable PR security results by setting the following environment variable to true:
JF_UPLOAD_PR_SECURITY_RESULTS_TO_VCS=true -
In GitHub, go to the repository scanned by Frogbot and click the Security tab.
-
In the left pane, select Code scanning alerts.
Full repository scan results appear under the scanned branch and are filtered bybranch:<branch-name>.
PR scan results appear under the scanned PR and are filtered bypr:<pr-number>. -
(Optional) Use the filter Tool to narrow down results.
The Frogbot tools to filter with are:
- JFrog SAST
- JFrog Secrets scanner
- JFrog Terraform scanner
- JFrog Xray scanner
- Click an issue to view its details.
Updated 23 days ago
