Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
salolivares committed Nov 19, 2024
1 parent e5162cb commit 54345b1
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 46 deletions.
2 changes: 1 addition & 1 deletion semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ type subproject_stats = {
(* Files used to determine the subproject's dependencies (lockfiles, manifest files, etc) *)
dependency_sources: dependency_source_file list;
(* Results of dependency resolution, null if resolution failed *)
resolved_stats: dependency_resolution_stats option;
?resolved_stats: dependency_resolution_stats option;
}

type supply_chain_stats = {
Expand Down
15 changes: 2 additions & 13 deletions 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.

7 changes: 4 additions & 3 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.

54 changes: 30 additions & 24 deletions semgrep_output_v1_j.ml

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

0 comments on commit 54345b1

Please sign in to comment.