Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcqd committed Jul 25, 2023
1 parent 9a46682 commit ba48b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ type dependency_parser_error <ocaml attr="deriving show"> = {
* EXPERIMENTAL
*)

(* Sent by the CLI to /findings_and_ignores aka /results *)
type ci_scan_results <ocaml attr="deriving show"> = {
(* TODO: ?version: version option; *)
findings: finding list;
Expand Down Expand Up @@ -887,6 +888,7 @@ type ci_scan_dependencies <ocaml attr="deriving show"> = (string * found_depend
<python repr="dict">
<ts repr="map">

(* Seny by the CLI to /complete *)
type ci_scan_complete_response <ocaml attr="deriving show"> = {
exit_code: int;
stats: ci_scan_complete_stats;
Expand Down

0 comments on commit ba48b56

Please sign in to comment.