chore: baseline maturity level 1 - #10
Open
PaarthPandey10 wants to merge 1 commit into
Open
Conversation
Signed-off-by: PaarthPandey10 <paarthdxb@gmail.com>
There was a problem hiding this comment.
Pull request overview
Adds the Baseline Maturity Level 1 configuration artifacts to the gemaraproj/website repository, aligning the repo’s security posture and baseline-scanning automation with the primary gemaraproj/gemara project (per Issue #5).
Changes:
- Added
security-insights.ymlwith repository metadata and security tooling/integration details. - Added a scheduled + manually-triggerable OSPS baseline scanning workflow that uploads SARIF and stores scan artifacts.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| security-insights.yml | Introduces the Security Insights metadata/configuration for this repository. |
| .github/workflows/baseline-scanner.yml | Adds a scheduled/manual OSPS baseline scanning workflow with SARIF upload and artifact retention. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
This Pull Request introduces the necessary configurations to ensure the website repository meets Baseline Maturity Level 1 requirements, aligning its security posture with the primary gemara project.
Changes Included:
Added a security-insights.yml file tailored specifically for the gemaraproj/website routing and documentation structure.
Added an OSPS Baseline Scanner CI workflow (.github/workflows/baseline-scanner.yml) configured to run automatically on a weekly schedule (Mondays at 9 AM UTC) and on manual dispatch.
Resolves #5