Scans & Snapshots

Overwrite default Scan Configuration

This section helps to understand how you can overwrite your scan configuration using a checked in file. Default Configuration Settings You can download default configuration settings from: Update configuration settings using embold.json To update the configuration settings, Update scan configurations from UI

0
Read More

Custom extensions for C & C++

This section covers how BrowserStack Code Quality supports custom extensions for C and C++ languages. UI Scan On UI, custom extensions can be specified with Additional Options field of scan configuration page as shown below: The flag for supplying C extension is “–xc“ and for CPP is “–xcpp“.User can provide…

0
Read More

Monitoring scan progress

Steps to monitor the progress of a scan: Navigate to Scan Queue page from left hand side navigation bar. You can see a list of all ongoing scans here. Basic information and scan progress can be viewed here. An ongoing scan can be aborted using Abort button. To get a…

0
Read More

Remote scanning

A remote scan is an alternate way to scan with no UI intervention. This can be done using a continuous integration toolchain, or manually via the command line. The results are then published on the UI automatically. For languages such as C or C++, a strict mode remote scan can help…

0
Read More

Fast Scan (Beta)

Fast scan enables you to perform a scan only on the changed files, thus giving you a significantly fast scanning experience. Steps to enable fast scan: 1. Check Enable fast scan (beta) option from the scan pop-up. Limitations: In some circumstances such as the very first scan of a repository,…

0
Read More

Snapshot

A snapshot represents the state of your source code at any given point in time. After every successful scan, a new snapshot is generated. While exploring various data visualisations, you can choose any snapshot to see results for that point in time. To manage snapshots, select the Snapshots option from…

0
Read More

Scan configuration

The scan configuration helps you to fine-tune the scan by excluding parts of your code from the scan, uploading additional included directories or adding parser options. Scan Configuration pop-up can be opened from the repository context menu. The scan configuration pop-up is displayed. Fill the information in different fields. The…

0
Read More

Scan history

Scan history allows you to investigate scans executed in the past. For each scans that is successful, failed or aborted, a detailed log is available. You can view scan history of a repository through the “Scan History” option in the repository context menu.

0
Read More