Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Security scan results

Security scan results display scan details from security scans configured on your GitHub Actions, Jenkins, Azure DevOps, GitLab, or Harness pipelines.

You can configure security scans in your GitHub Actions, Jenkins, Azure DevOps, GitLab, and Harness pipelines to retrieve the scan results in DevOps Change Velocity. Security inbound events will be created in ServiceNow from the corresponding pipeline run that are then processed to store the scan results. You can view the scan results for each scan that was part of your build or release pipeline executions.

Note: If you want to configure Veracode for the GitLab tool, you can either use the generic Docker container image to add the Veracode security step or perform the steps specified in the Integrate security tools with GitLab topic.

The retrieved scan summaries are stored in the following tables:

Column nameDescription
SourceSource application vulnerability scanner for this application record.
Detected Flaw CountTotal number of new detected flaws in the scan.
Last scan dateDate of the most recent scan.
Last scan ratingRating assigned by the scanner based on the detected items of the most recent scans.
Last static scan dateDate of the most recent static scan.
Last static scan ratingRating assigned by the scanner based on the detected items of the most recent static scan.
Last dynamic scan dateDate of the most recent dynamic scan.
Last dynamic scan ratingRating assigned by the scanner based on the detected items of the most recent dynamic scan.
Last interactive scan dateDate of the most recent interactive scan.
Last interactive scan ratingRating assigned by the scanner based on the detected items of the most recent interactive scan.
Column nameDescription
Category nameName of the vulnerability category.
SeveritySeverity of the flaws in the scan report.
CountNumber of flaws in the category for a severity.

Parent Topic:Veracode integration with DevOps Change Velocity