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

Setup CodeQL #102

Open
1 task
mbaker3 opened this issue Aug 16, 2022 · 1 comment
Open
1 task

Setup CodeQL #102

mbaker3 opened this issue Aug 16, 2022 · 1 comment

Comments

@mbaker3
Copy link
Member

mbaker3 commented Aug 16, 2022

Related: #103

Setup CodeQL analysis using GitHub Actions:
https://github.com/decline-cookies/anvil-csharp-core/security/code-scanning
Consider running dotnet clean and dotnet restore steps like GitHub's autobuild does.

  • We can't use autobuild because it doesn't pick up on the core level csproj. It only builds the logging project.

See test implementation at
https://github.com/mbaker3/anvil-csharp-core/blob/main/.github/workflows/codeql-analysis.yml

Make sure Logging and core projects are analyzed using both their dot net core and msbuild versions.

Bonus

@mbaker3
Copy link
Member Author

mbaker3 commented Dec 7, 2022

Partially completed by #125 but requires additional work outlined in this comment
#125 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant