Table: semgrep_deployment
Semgrep deployments refer to the process of implementing and using the Semgrep tool within a software development or security workflow. Semgrep deployments involve the strategic integration of the Semgrep static code analysis tool into a software development pipeline or security assessment process.
Examples
List all Semgrep deployments
select id, name, slugfrom semgrep_deployment;
List Semgrep deployment with name your-deployment
select *from semgrep_deploymentwhere name = 'you-deployment';
Schema for semgrep_deployment
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
findings_url | text | URL to the findings for the deployment. | |
id | text | Unique numerical identifier of the deployment. | |
name | text | Human readable name of the deployment. | |
slug | text | Sanitized machine-readable name of the deployment. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |