Skip to content

Commit 2b6cb02

Browse files
chore: update security insights configuration and clean up formatting (#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 <3431813+DariuszPorowski@users.noreply.github.com>
1 parent 4e8e6fe commit 2b6cb02

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/security-insights.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# CUE schema for validation: https://raw.githubusercontent.com/ossf/security-insights/refs/heads/main/spec/schema.cue
2+
# cue vet -d '#SecurityInsights' schema.cue .github/security-insights.yml
3+
---
14
header:
25
schema-version: 2.0.0
3-
last-updated: '2026-02-20'
4-
last-reviewed: '2026-02-20'
6+
last-updated: 2026-02-20
7+
last-reviewed: 2026-02-20
58
url: https://github.com/radius-project/radius
69
comment: >-
710
This file contains all possible information for both project and repository,
@@ -14,7 +17,7 @@ project:
1417
homepage: https://radapp.io
1518
roadmap: https://aka.ms/radius-roadmap
1619
steward:
17-
uri: ''
20+
uri: ""
1821
comment: No steward designated
1922
administrators:
2023
- name: Sylvain Niles
@@ -157,13 +160,13 @@ repository:
157160
release: false
158161
- name: CodeQL
159162
type: SAST
160-
version: '2'
163+
version: "2"
161164
rulesets:
162165
- default
163166
results:
164167
ci:
165168
name: CodeQL GitHub workflow
166-
predicate-uri: ''
169+
predicate-uri: ""
167170
location: >-
168171
https://github.com/radius-project/radius/blob/main/.github/workflows/codeql.yml
169172
comment: GitHub workflow to run CodeQL

0 commit comments

Comments
 (0)