Skip to content

Commit

Permalink
chore(sca): add flag to disable subproject change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bkettle committed Jan 10, 2025
1 parent 1c82453 commit ddda136
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 43 deletions.
1 change: 1 addition & 0 deletions semgrep_output_v1.atd
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ type features = {
~deepsemgrep: bool;
~dependency_query: bool;
~path_to_transitivity: bool;
~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 ddda136

Please sign in to comment.