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

Trusty PR add provenance and activity #111

Merged
merged 1 commit into from
May 23, 2024
Merged
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
18 changes: 10 additions & 8 deletions rule-types/github/pr_trusty_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,20 @@ def:
properties:
name:
type: string
description: "The name of the ecosystem to check. Currently `npm`, `go` and `pypi` are supported."
description: "The name of the ecosystem to check. Currently only `go`, `npm` and `pypi` are supported."
score:
type: number
description: "The minimum Trusty score for a dependency to be considered safe."
default: 5
evaluate_score:
type: string
description: "Which score to use for evaluation. When empty, the overall score is used."
enum:
- score
- provenance
default: score
provenance:
type: number
description: "Minimum provenance score to consider. Values are 0-10 where 10 represents the highest confidence in the computed origin of the package."
default: 0
activity:
type: number
description: "Minimum level of activity to consider as healthy. Values are 0-10 where 10 represents the most active."
default: 0

ingest:
type: diff
diff:
Expand Down
Loading