Skip to content

Commit

Permalink
add support for partial scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet committed Oct 11, 2024
1 parent 2351c5e commit 398d9ee
Show file tree
Hide file tree
Showing 7 changed files with 7,145 additions and 6,809 deletions.
10 changes: 10 additions & 0 deletions semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1873,3 +1873,13 @@ type function_return
| RetResolveDependencies of (manifest * resolution_result) list
| RetDumpRulePartitions of bool
]

(* ----------------------------- *)
(* Partial scans. Experimental and for internal use only. *)
(* ----------------------------- *)

type partial_scan_result
<python decorator="dataclass(frozen=True)"> = [
| PartialScanOk of (ci_scan_results * ci_scan_complete)
| PartialScanError of ci_scan_failure
]
30 changes: 30 additions & 0 deletions semgrep_output_v1.jsonschema

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.proto

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

Loading

0 comments on commit 398d9ee

Please sign in to comment.