Skip to content

models ComponentEvidence #753

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

Merged
merged 3 commits into from
May 15, 2023
Merged

models ComponentEvidence #753

merged 3 commits into from
May 15, 2023

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented May 15, 2023

fixes #516


check list

  • models
  • normalizers
  • integration tests
  • docs: readme
  • history: new classes and properties

@jkowalleck jkowalleck added the enhancement New feature or request label May 15, 2023
Signed-off-by: Jan Kowalleck <[email protected]>
@codacy-production
Copy link

codacy-production bot commented May 15, 2023

Coverage summary from Codacy

Merging #753 (f7d01b0) into main (e83cd5b) - See PR on Codacy

Coverage variation Diff coverage
0.00% (target: -1.00%) 98.68% (target: 90.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e83cd5b) 6609 6496 98.29%
Head commit (f7d01b0) 6714 (+105) 6599 (+103) 98.29% (0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#753) 152 150 98.68%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck jkowalleck marked this pull request as ready for review May 15, 2023 19:14
@jkowalleck jkowalleck requested a review from a team as a code owner May 15, 2023 19:14
@jkowalleck jkowalleck changed the title [WIP] models ComponentEvidence models ComponentEvidence May 15, 2023
@jkowalleck jkowalleck merged commit 956bbc9 into main May 15, 2023
@jkowalleck jkowalleck deleted the feat-evidence branch May 15, 2023 19:16
@@ -78,7 +80,8 @@ class Spec implements Protocol {
supportsToolReferences: boolean,
requiresComponentVersion: boolean,
supportsProperties: boolean,
supportsVulnerabilities: boolean
supportsVulnerabilities: boolean,
supportsComponentEvidence: boolean
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡ Breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Component.evidence
1 participant