-
Notifications
You must be signed in to change notification settings - Fork 8
Add security workflows pre-commit hooks, dependency review, CodeQL #202
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
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds baseline security automation to the repo via local pre-commit hooks and GitHub Actions workflows, aiming to catch secrets, vulnerable dependencies, and CodeQL findings earlier in the development lifecycle.
Changes:
- Add a
.pre-commit-config.yamlwith Gitleaks, whitespace/YAML/JSON/XML checks, and adotnet formatverification hook. - Add a Dependency Review workflow to block PRs introducing high-severity vulnerable dependencies and disallowed licenses.
- Add a CodeQL workflow for scheduled and PR/push C# analysis.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.pre-commit-config.yaml |
Introduces local hooks for secret scanning, file hygiene checks, and .NET formatting verification. |
.github/workflows/dependency-review.yml |
Adds PR-time dependency vulnerability and license policy checks. |
.github/workflows/codeql.yml |
Adds CodeQL scanning for C# on PRs, pushes to main, and a weekly schedule. |
f8dd772 to
91817ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
No description provided.