-
Notifications
You must be signed in to change notification settings - Fork 10
Add Pre-commit, gitleaks,codeql #172
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 repository-level developer/CI security tooling to help catch secrets and vulnerabilities earlier in the PR workflow.
Changes:
- Introduces a
.pre-commit-config.yamlwith gitleaks + formatting/lint hooks. - Adds a GitHub Actions Dependency Review workflow to block risky dependency changes.
- Adds a GitHub Actions CodeQL workflow for Python static analysis.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.pre-commit-config.yaml |
Adds pre-commit hooks (gitleaks + whitespace + Python formatting/linting). |
.github/workflows/dependency-review.yml |
Adds Dependency Review action to gate PR dependency changes. |
.github/workflows/codeql.yml |
Adds scheduled + PR/push CodeQL analysis for Python. |
a3d3169 to
bf83d08
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 3 comments.
No description provided.