Skip to content

Commit

Permalink
Merge branch 'main' into brandon/bump-ast-generic
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonspark authored Jan 15, 2025
2 parents d176efe + 147dcde commit 67835ad
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 47 deletions.
3 changes: 3 additions & 0 deletions semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,9 @@ type features = {
~deepsemgrep: bool;
~dependency_query: bool;
~path_to_transitivity: bool;
(* normally we resolve dependencies for changed subprojects only in diff scans. This flag
* causes all subprojects to be resolved in diff scans *)
~scan_all_deps_in_diff_scan: bool;
}

type triage_ignored = {
Expand Down
8 changes: 6 additions & 2 deletions semgrep_output_v1.jsonschema

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

6 changes: 5 additions & 1 deletion semgrep_output_v1.proto

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

12 changes: 12 additions & 0 deletions semgrep_output_v1.py

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

12 changes: 12 additions & 0 deletions semgrep_output_v1.ts

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

Loading

0 comments on commit 67835ad

Please sign in to comment.