Add security-insights.yml for OSSF Security Insights v2.0.0#11259
Add security-insights.yml for OSSF Security Insights v2.0.0#11259
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an OpenSSF Security Insights v2.0.0 metadata file under .github/ to enable Security Insights tooling to discover project/repository security posture and related links.
Changes:
- Add
.github/security-insights.ymldescribing project metadata, vulnerability reporting info, and security tooling integrations.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11259 +/- ##
==========================================
+ Coverage 51.22% 51.24% +0.01%
==========================================
Files 699 699
Lines 44062 44062
==========================================
+ Hits 22572 22578 +6
+ Misses 19330 19327 -3
+ Partials 2160 2157 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
73e9f13 to
7c59ea7
Compare
| email: '' | ||
| social: https://github.com/kachawla | ||
| primary: false | ||
| - name: Brooke Hamilton |
There was a problem hiding this comment.
suggestion: I think I will put Nicole instead.
There was a problem hiding this comment.
I got this from the maintainers list. Nicole's name is not there. @willtsai - What's the correct contact to mention here?
There was a problem hiding this comment.
I think these are correct - perhaps you can add Nicole as the 5th entry?
There was a problem hiding this comment.
Nicole's name is not in any list like maintainers or approvers....so best to leave out? I instead added Radius Core Team contact as the primary.
| email: '' | ||
| social: https://github.com/kachawla | ||
| primary: false | ||
| - name: Brooke Hamilton |
There was a problem hiding this comment.
suggestion: I think I will put Nicole instead.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
You can also share your feedback on Copilot code review. Take the survey.
| header: | ||
| schema-version: 2.0.0 | ||
| last-updated: '2026-02-20' | ||
| last-reviewed: '2026-02-20' | ||
| url: https://github.com/radius-project/radius |
There was a problem hiding this comment.
@copilot apply changes based on this feedback
|
@vinayada1 I've opened a new pull request, #11444, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Dariusz Porowski <[email protected]> Signed-off-by: vinayada1 <[email protected]>
690bd2c to
4e8e6fe
Compare
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
DariuszPorowski
left a comment
There was a problem hiding this comment.
Make sure you sign-off you commits because DCO check will always fail.
| bug-fixes-only: true | ||
| accepts-change-request: true | ||
| accepts-automated-change-request: true | ||
| no-third-party-packages: true |
There was a problem hiding this comment.
issue: false - we have 3rd party deps
| release: | ||
| changelog: https://github.com/radius-project/radius/releases | ||
| automated-pipeline: false | ||
| attestations: |
There was a problem hiding this comment.
issue: we do not attest releases
…#11449) # Description Validated with CUE and cleaned up based on the results. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: <!-- This checklist uses "TaskRadio" comments to make certain options mutually exclusive. See: https://github.com/mheap/require-checklist-action?tab=readme-ov-file#radio-groups For details on how this works and why it's required. --> - An overview of proposed schema changes is included in a linked GitHub issue. - [ ] Yes <!-- TaskRadio schema --> - [x] Not applicable <!-- TaskRadio schema --> - A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] Yes <!-- TaskRadio design-pr --> - [x] Not applicable <!-- TaskRadio design-pr --> - The design document has been reviewed and approved by Radius maintainers/approvers. - [ ] Yes <!-- TaskRadio design-review --> - [x] Not applicable <!-- TaskRadio design-review --> - A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio samples-pr --> - [x] Not applicable <!-- TaskRadio samples-pr --> - A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] Yes <!-- TaskRadio docs-pr --> - [x] Not applicable <!-- TaskRadio docs-pr --> - A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio recipes-pr --> - [x] Not applicable <!-- TaskRadio recipes-pr --> Signed-off-by: Dariusz Porowski <[email protected]>
Description
Add a security insights file describing all the radius repositories.
Type of change
Fixes: #11258
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: