Skip to content

Commit

Permalink
feat(sms): use internal ID instead of SCM id to better isolate systems
Browse files Browse the repository at this point in the history
  • Loading branch information
chmccreery committed Nov 5, 2024
1 parent b690925 commit 946d0fe
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 48 deletions.
4 changes: 2 additions & 2 deletions semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,8 @@ type scan_metadata = {
requested_products: product list;
~dry_run: bool; (* from 1.47.0 *)
(* since 1.96.0 *)
(* unique id associated with the scan run in the source control manager (e.g. github or gitlab) *)
?scm_run_id: string option;
(* unique id associated with the scan in Semgrep Managed Scanning *)
?sms_scan_id: string option;
}

(* Sent by the CLI to the POST /api/cli/scans to create a scan. *)
Expand Down
2 changes: 1 addition & 1 deletion semgrep_output_v1.jsonschema

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions semgrep_output_v1.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions semgrep_output_v1.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions semgrep_output_v1.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 47 additions & 35 deletions semgrep_output_v1_j.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion semgrep_output_v1_j.mli

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 946d0fe

Please sign in to comment.