Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 85 additions & 49 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,71 +2,107 @@
"version": "0.2",
"language": "en",
"words": [
"copilot",
"github",
"cli",
"grype",
"sast",
"sca",
"yaml",
"yml",
"json",
"md",
"readme",
"auth",
"config",
"GPT",
"Agentic",
"API",
"CODEOWNERS",
"Docstrings",
"GPT",
"JWT",
"OAuth",
"nvm",
"npm",
"pipenv",
"pytest",
"repo",
"repos",
"workflow",
"workflows",
"Pipfile",
"Sandboxed",
"Sandboxing",
"anchore",
"async",
"asyncio",
"auth",
"await",
"changelog",
"choco",
"clearsign",
"cli",
"codeql",
"config",
"copauth",
"copb",
"copcheck",
"copclaude",
"copgpt",
"cophelp",
"copilot",
"copr",
"copproject",
"cspell",
"datetime",
"dependabot",
"deps",
"dev",
"prod",
"dockerfile",
"kubernetes",
"kubectl",
"namespace",
"docstrings",
"dpkg",
"endpoint",
"endpoints",
"fastapi",
"async",
"await",
"datetime",
"timezone",
"username",
"hostname",
"subdomain",
"subcommand",
"subcommands",
"filepath",
"filepaths",
"filename",
"filenames",
"changelog",
"refactor",
"refactoring",
"filepath",
"filepaths",
"github",
"githubcli",
"gpgsign",
"grype",
"hostname",
"isort",
"json",
"jwt",
"keyid",
"keyrings",
"kubectl",
"kubernetes",
"linter",
"linting",
"webhook",
"webhooks",
"markdownlint",
"mypy",
"namespace",
"npm",
"nvm",
"oauth",
"pipenv",
"pipfile",
"prefs",
"prod",
"pwsh",
"pydantic",
"pypi",
"pyproject",
"pytest",
"readme",
"refactor",
"refactoring",
"repo",
"repos",
"sarif",
"sast",
"sca",
"semver",
"signingkey",
"stackoverflow",
"subcommand",
"subcommands",
"subdomain",
"timezone",
"trufflehog",
"anchore",
"cspell",
"markdownlint",
"dependabot",
"username",
"uvicorn",
"versioning",
"webhook",
"webhooks",
"whitespace",
"codeql",
"semver",
"versioning"
"winget",
"workflow",
"workflows",
"yaml",
"yml"
],
"ignorePaths": [
"node_modules/**",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run: |
# Check for conventional commit format in PR title
PR_TITLE="${{ github.event.pull_request.title }}"
if [[ ! "$PR_TITLE" =~ ^(feat|fix|docs|style|refactor|test|chore|ci|build|perf)(\(.+\))?: .+ ]]; then
if [[ ! "$PR_TITLE" =~ ^(feat|fix|docs|style|refactor|test|chore|ci|build|perf)(\(.+\))?:\ .+ ]]; then
echo "❌ PR title must follow conventional commit format:"
echo " Format: type(scope): description"
echo " Example: feat(auth): add user authentication"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ jobs:
uses: actions/checkout@v4

- name: Dependency Review
# Skip for public repos as GitHub Advanced Security is required
if: false # Disabled until Advanced Security is available
uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
allow-ghsas: ""
allow-dependencies-licenses: "MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC"

secret-scan:
name: Secret Scanning
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Initial repository setup with comprehensive documentation
- MIT License for open source usage
- GitHub Actions CI/CD pipeline with security scanning
Expand All @@ -16,16 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Branch protection and PR-based workflow configuration

### Changed

- Updated documentation structure and organization

### Security

- Added Grype vulnerability scanning
- Implemented secret scanning with TruffleHog
- Added dependency review for pull requests

## [1.0.0] - 2025-01-XX

### Added
### Features Added

- Complete GitHub Copilot CLI setup and configuration guide
- Global configuration instructions for consistent development practices
- Git integration with commit signing and conventional commits
Expand All @@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Automated setup scripts for quick onboarding

### Documentation

- Complete README with installation and usage instructions
- Detailed documentation in `docs/` directory covering all major topics
- Quick start guide for immediate productivity
Expand All @@ -60,4 +65,4 @@ We use [Semantic Versioning](https://semver.org/):
- **Deprecated** for soon-to-be removed features
- **Removed** for now removed features
- **Fixed** for any bug fixes
- **Security** for vulnerability fixes
- **Security** for vulnerability fixes
Loading
Loading