Chore: [AEA-0000] - move to new quality checks#130
Merged
anthony-nhs merged 8 commits intomainfrom Apr 16, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s security/quality tooling configuration to align with the newer “quality checks” approach (moving away from Trivy ignores and introducing Grype/Zizmor configuration), and tightens GitHub Actions permissions.
Changes:
- Add Zizmor and Grype configuration, remove legacy Trivy ignore configuration.
- Add a local pre-commit hook to run a Grype scan on local changes and ignore generated SBOM output.
- Update GitHub Actions workflows to use
permissions: {}by default and bump referenced shared workflow revisions / devcontainer image version.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
zizmor.yml |
Adds an ignore entry for Zizmor’s unpinned-images rule. |
trivy.yaml |
Removes Trivy ignorefile configuration. |
.trivyignore.yaml |
Removes legacy Trivy vulnerability ignore list. |
.pre-commit-config.yaml |
Adds a local Grype scan hook. |
.grype.yaml |
Adds Grype vulnerability ignore configuration. |
.gitignore |
Ignores generated .sbom/ directory. |
.github/workflows/sync_copilot.yml |
Sets default workflow token permissions to none ({}) and specifies minimal job permissions. |
.github/workflows/release.yaml |
Updates shared workflow refs, pins checkout action, disables persisted credentials, and applies permission hardening. |
.github/workflows/pull_request.yaml |
Updates shared workflow refs, disables persisted credentials, and applies permission hardening. |
.github/workflows/ci.yaml |
Updates shared workflow refs and applies permission hardening. |
.github/CODEOWNERS |
Adds CODEOWNERS rule for workflow changes. |
.devcontainer/devcontainer.json |
Bumps devcontainer image version. |
|
originalphil
approved these changes
Apr 16, 2026
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.



Summary
Details