Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add source and namespace in manifest in JSON report #282

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions api/json_report_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ message PackageManifestReport {
Ecosystem ecosystem = 2;
string path = 3;
repeated ReportThreat threats = 4;
string display_path = 5;
string source_type = 6;
string namespace = 7;
}

// PackageReport represents the first class entity for which we have different type
Expand Down
4 changes: 2 additions & 2 deletions gen/checks/checks.pb.go

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

50 changes: 10 additions & 40 deletions gen/exceptionsapi/exceptions_spec.pb.go

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

72 changes: 14 additions & 58 deletions gen/filterinput/filter_input_spec.pb.go

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

50 changes: 10 additions & 40 deletions gen/filtersuite/filter_suite_spec.pb.go

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

Loading
Loading