-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Replace security self-assesment with one from cncf/tag-security #5142
Replace security self-assesment with one from cncf/tag-security #5142
Conversation
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5142 +/- ##
==========================================
- Coverage 95.65% 95.62% -0.04%
==========================================
Files 324 324
Lines 18590 18590
==========================================
- Hits 17782 17776 -6
- Misses 649 653 +4
- Partials 159 161 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -32,7 +32,7 @@ security-artifacts: | |||
self-assessment: | |||
self-assessment-created: true | |||
evidence-url: | |||
- https://github.com/jaegertracing/jaeger/blob/main/SELF-ASSESMENT.md | |||
- https://github.com/cncf/tag-security/blob/main/assessments/projects/jaeger/self-assessment.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then what do we do with https://github.com/jaegertracing/jaeger/blob/main/SELF-ASSESMENT.md ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, just removed it.
want to understand what happens with existing assessment
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
Description of the changes
Big thank you to the security pals team on the self-assessment work they did with the help of the NYU students. The discussion happened in cncf/tag-security#1198
How was this change tested?
No need to test, just updating URL.
Checklist