Add Dependabot configuration and security workflows#389
Closed
MrMiless44 wants to merge 5 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
Adds baseline security governance and automation to the repo by introducing a security policy, enabling dependency review on PRs, and configuring Dependabot + CODEOWNERS for dependency/security-sensitive areas.
Changes:
- Add
SECURITY.mdvulnerability reporting guidance. - Add a Dependency Review GitHub Action workflow for PRs targeting
main. - Add Dependabot configuration (npm, composer, GitHub Actions) and CODEOWNERS rules for sensitive files/paths.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
SECURITY.md |
Adds a security policy and vulnerability reporting instructions. |
.github/workflows/dependency-review.yml |
Introduces a PR-time dependency review job to block high-severity vulnerable dependency changes. |
.github/dependabot.yml |
Configures automated dependency update PRs for npm/composer/actions with grouping and labels. |
.github/CODEOWNERS |
Requires review for workflows, dependency manifests/locks, and other sensitive config areas. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+5
| # Security Policy | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Please report security vulnerabilities privately using GitHub Private Vulnerability Reporting when available. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation / Background
This Pull Request has been created because [REPLACE ME]
Detail
This Pull Request changes [REPLACE ME]
Additional information
Checklist
Before submitting the PR make sure the following are checked:
[Fix #issue-number]