Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Opsera now offers Git Scraper Custodian support in a pipeline step. This allows user to choose from scraper Custodian libraries then run a scan against the configured SCM repos. Define a maximum threshold and pipeline will use the values to determine the final status of the step. Use the following documentation as a guideline of how to use Opsera’s Git Scraper Custodian support in pipelines.

Table of Contents
minLevel1
maxLevel7

Git

...

Custodian Pipeline Configuration

  1. Create a new pipeline step. In Step Setup, choose Gitscraper Git Custodian from the Tool drop-down.

    Image RemovedImage Added
  2. Click the ‘Save’ button and close the step.

  3. Click the gear icon (⚙︎) to configure the step.

    Image Removed
  4. In the Step Configuration, select the following values from the provided drop-downs:

    Image RemovedScraper Module - Select a scraper module from the drop-down. Choose ‘Trufflehog’ or ‘Gitleaks’
    Image Added


    Source Code Management Tool Type - Select a Source Code Management Tool Type from the drop-down. Choose Bitbucket, Github or GitLab.
    Source Code Management Tool - Select the respective Source Code Management Tool containing the repository to run a scan against.
    Repository - Select the repository to run a scan against.
    Branch - Select the branch to run a scan against.
    Maximum Allows Secrets Threshold - Select the maximum allowed secrets that scan can contain without receiving a failure status.
    Exclude Certain Secrets from Scan - Secrets to Ignore: Select any Parameters to be ignored during the scan from the drop-down. These will not be counted toward the threshold. To add them to the table, click the ‘Add’ button. Parameters are fetched from Tool Registry Parameters.


    Exclude Certain Project Files from Scan - Project Files to Ignore: Select Absolute File Path(s) to be ignored during the scan from the drop-down. These will not be counted toward the threshold. To add them to the table, click the ‘Add’ button.


  5. Click the ‘Save’ button to save configurations and trigger the pipeline.

Git

...

Custodian Report in Pipeline Logs

Once the pipeline has run, view the git scraper Git Custodian report in Pipeline Logs to analyze the results.

Scenario 1: Scan completed successfully and results are within the Threshold limit

This scan had a provided threshold of 10 and 3 files were included in the results.

  1. In Pipeline Logs, click the ‘Report’ row. In the following screenshot, the results exceeded the threshold number provided in the step configuration.

    Image RemovedImage Added
  2. View the Git Scraper Custodian Execution Summary. The threshold provided for this scan was 10. There are 3 results appearing in the result below. Since the number of results did not meet the threshold, the step had a ‘Success’ status.

    Image RemovedImage Added

Scenario 2: Scan Failed or the results have exceeded the threshold

This scan had a provided threshold of 0 and 3 files were included in the results.

  1. In Pipeline Logs, click the ‘Report’ row. In the following screenshot, the results exceeded the threshold number provided in the step configuration.

    Image RemovedImage Added
  2. View the Git Scraper Custodian Execution Summary. The threshold provided for this scan was 0 There are 3 results appearing in the result below. Since the number of results did not meet the threshold, the step had a ‘Failure’ status.

    Image RemovedImage Added

Git

...

Custodian KPI

View Git Scraper Custodian metrics from scans using the Git Scraper Metrics KPI in Insights. The metrics provide the number and trend result (compared to last scan) of Scanned Repositories, Clean Repositories, and Total Number of Issues. The Last Scan results are also included.

...