Skip to content
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

feat(policy): policy seeding data update #88

Merged

chore: adjust seeding

15c29cd
Select commit
Loading
Failed to load commit list.
Merged

feat(policy): policy seeding data update #88

chore: adjust seeding
15c29cd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 26, 2024 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 28 in src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 29 in src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 29 in src/database/PolicyHub.Entities/Entities/PolicyAttribute.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.

Check warning on line 30 in src/database/PolicyHub.Entities/Entities/UseCase.cs

See this annotation in the file changed.

Code scanning / CodeQL

Virtual call in constructor or destructor Warning

Avoid virtual calls in a constructor or destructor.