Understanding the Concert Secure Coder interface
After you install and authenticate the Concert Secure Coder extension, you can use the extension to scan code, review findings, and view security exposure information from IBM Concert.
- Home
- File scans
- Workspace scans
- Concert exposures
Home tab
The Home tab provides a security overview for the repository that is currently open in your IDE.
- View the security status of the current repository.
- Access file and workspace scan functions.
- Synchronize scan results with IBM Concert.
To refresh security information, click Sync all scans.
Repository security overview
The security overview displays security data that IBM Concert reports for the repository that is currently open in the IDE.
- Overall risk score
- Vulnerable package issues
- Static Application Security Testing (SAST) findings
- Critical and high-severity vulnerabilities
- Security issues that require attention
The information that is displayed varies based on the capabilities that are configured for your environment.
File scans tab
Use the File scans tab to scan the file that is currently open in your IDE.
- Secrets detection: Scans the active file for exposed secrets and sensitive information.
- Kubescape: Scans Kubernetes deployment manifest files (
.yamland.yml) for security vulnerabilities and configuration issues.
Workspace scans tab
Use the Workspace scans tab to scan an entire repository or workspace.
- Secrets detection: Scans the entire repository for exposed secrets and sensitive information.
- Static Application Security Testing (SAST): Scans source code for security vulnerabilities.
- Software Composition Analysis (SCA): Scans open source dependencies for known vulnerabilities.
Workspace scan timeout
You can configure how long a workspace scan is allowed to run before timing out.
- Uses minutes as the unit of measurement.
- Supports values from 1 to 60 minutes.
- Uses 10 minutes as the default value.
- Secrets detection scans
- Static Application Security Testing (SAST) scans
- Software Composition Analysis (SCA) scans
If workspace scans frequently time out before completion, increase the timeout value in the Concert Secure Coder settings.
Concert exposures tab
Use the Concert exposures tab to view security exposures that IBM Concert reports for the repository currently open in your IDE.
- Vulnerability severity
- Risk scores
- Exposure priorities
- Security findings reported by IBM Concert