Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ setup:
.PHONY: setup-PYTHON
setup-PYTHON:
pip install check-jsonschema
pip install mypy
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to my change, but mypy is a python requirement and make fails if it is not installed.


# The tests require semgrep-core, among other things.
.PHONY: test
Expand Down
4 changes: 3 additions & 1 deletion semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,10 @@ type scan_metadata = {
cli_version: version;
unique_id: uuid; (* client generated uuid for the scan *)
requested_products: product list;
(* since 1.132.0 *)
~compress_config: bool;
(* since 1.47.0 *)
~dry_run: bool;
~dry_run: bool;
(* unique id associated with the scan in Semgrep Managed Scanning *)
(* since 1.96.0 *)
?sms_scan_id: string option;
Expand Down
1 change: 1 addition & 0 deletions semgrep_output_v1.jsonschema

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

3 changes: 2 additions & 1 deletion semgrep_output_v1.proto

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

3 changes: 3 additions & 0 deletions semgrep_output_v1.py

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

3 changes: 3 additions & 0 deletions semgrep_output_v1.ts

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

56 changes: 50 additions & 6 deletions semgrep_output_v1_j.ml

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

1 change: 1 addition & 0 deletions semgrep_output_v1_j.mli

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