Skip to content

feat: add support for access packages in policy editor #6674

feat: add support for access packages in policy editor

feat: add support for access packages in policy editor #6674

Triggered via pull request December 13, 2024 10:54
Status Success
Total duration 4m 9s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze: backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageAreaGroup.cs#L17
Non-nullable property 'Areas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageArea.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageArea.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageArea.cs#L15
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageArea.cs#L17
Non-nullable property 'AreaGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageArea.cs#L19
Non-nullable property 'Packages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze: backend/PolicyAdmin/Models/AccessPackageOption.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.