You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.
What Enabling Code Scanning Means:
The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.
For more information about GitHub Code Scanning, check out the documentation.
@copilot Can you fix the pipelines and any open linter findings? End goal: pipeline must pass with linted files.
Done in f495307. I reproduced each linter locally and fixed all findings:
dprint – formatted all Markdown under .apm/, plus README.md, INDEX.md, docs/, and templates.
shfmt / shellcheck – reformatted shell scripts to 4-space indent and resolved SC2129/SC2248/SC2250/SC2310/SC2312 in generate-index.sh, validate-prompts.sh, guard-tool.sh, and post-create.sh (output verified byte-identical where behavior matters).
actionlint – quoted $GITHUB_OUTPUT (SC2086) and moved github.head_ref/github.event_name into env: to avoid script injection in generate-index.yml.
Made scripts/generate-index.sh emit dprint-canonical output so the auto-generated index never re-triggers a dprint failure.
Added yamlfmt to .mise.toml, which was the cause of the Auto-fix formatting job failure (mise ERROR "yamlfmt" couldn't exec process).
Note: the checkov and trivy sub-jobs fail because their SARIF outputs aren't produced in the reusable workflow (DevSecNinja/.github) — that's outside this repo and those jobs are continue-on-error. All other linters are clean locally. The new workflow runs are currently action_required (awaiting your approval to run).
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
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.
Description
Changes
Checklist
mise exec -- lefthook run pre-commit)