From b54d2b4c8736cf5d2cd79476cd5f754ab39ebddc Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 11 Jul 2025 13:49:53 -0400 Subject: [PATCH] Fix linting errors --- .checkov.yaml | 4 ++++ .github/copilot-instructions.md | 4 ++-- .github/prompts/create-release-notes.prompt.md | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .vscode/mcp.json | 16 ++++++++-------- README.md | 3 ++- 6 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 .checkov.yaml diff --git a/.checkov.yaml b/.checkov.yaml new file mode 100644 index 0000000..0cab7b1 --- /dev/null +++ b/.checkov.yaml @@ -0,0 +1,4 @@ +quiet: true +skip-check: + - CKV_DOCKER_2 + - CKV_DOCKER_3 diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index a75f466..22523e6 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -19,8 +19,8 @@ generated from. | `.devcontainer/` | Development Container Configuration | | `.github/` | GitHub Configuration | | `.licenses/` | License Information | -| `.vscode/` | VSCode Configuration | -| `badges/` | Badges for README | +| `.vscode/` | Visual Studio Code Configuration | +| `badges/` | Badges for readme | | `dist/` | Generated JavaScript Code | | `src/` | TypeScript Source Code | | `.licensed.yml` | Licensed Configuration | diff --git a/.github/prompts/create-release-notes.prompt.md b/.github/prompts/create-release-notes.prompt.md index c2f1893..d5c7c0a 100644 --- a/.github/prompts/create-release-notes.prompt.md +++ b/.github/prompts/create-release-notes.prompt.md @@ -10,7 +10,7 @@ Ensure you adhere to the following guidelines when creating release notes: - Use a clear and consistent format for the release notes - Include a summary of the changes made in the release -- Highlight any new features, improvements, or bug fixes +- Highlight any new features, improvements, or bugfixes - If applicable, include instructions for upgrading or migrating to the new version - Use technical language that is appropriate for the audience, but avoid jargon @@ -31,4 +31,4 @@ nature of the changes, please make sure to adjust the release notes accordingly: - For **major** changes, include a detailed description of the breaking changes and how users can adapt to them - For **minor** changes, highlight new features and improvements -- For **patch** changes, focus on bug fixes and minor improvements +- For **patch** changes, focus on bugfixes and minor improvements diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 21ea886..e79a14a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: language: - - javascript + - typescript steps: - name: Checkout diff --git a/.vscode/mcp.json b/.vscode/mcp.json index 2d34de4..7d7a7c0 100644 --- a/.vscode/mcp.json +++ b/.vscode/mcp.json @@ -1,9 +1,9 @@ { - "servers": { - "github": { - "url": "https://api.githubcopilot.com/mcp/", - "type": "http" - } - }, - "inputs": [] -} \ No newline at end of file + "servers": { + "github": { + "url": "https://api.githubcopilot.com/mcp/", + "type": "http" + } + }, + "inputs": [] +} diff --git a/README.md b/README.md index 2c4e582..49d5c72 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,8 @@ steps: ``` For example workflow runs, check out the -[Actions tab](https://github.com/actions/typescript-action/actions)! :rocket: +[Actions tab](https://github.com/actions/container-toolkit-action/actions)! +:rocket: ## Usage