Chore: [AEA-6424] - use new quality checks#735
Merged
anthony-nhs merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates repository quality/security tooling to align with the latest shared “quality checks” setup, tightening GitHub Actions token permissions and adjusting local developer checks accordingly.
Changes:
- Removed legacy Trivy configuration/ignore files.
- Updated GitHub Actions workflows to use newer pinned versions of shared EPS common workflows and added explicit
permissionsblocks. - Added a local pre-commit Grype scan hook, introduced CODEOWNERS coverage for workflow changes, and bumped the devcontainer image version.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
trivy.yaml |
Removes Trivy configuration (no longer needed with updated quality checks). |
.trivyignore.yaml |
Removes Trivy vulnerability ignore configuration. |
.pre-commit-config.yaml |
Adds a local Grype scan hook via make grype-scan-local. |
.github/workflows/sync_copilot.yml |
Adds explicit workflow-level permissions hardening. |
.github/workflows/release.yml |
Updates shared workflow refs and scopes job permissions explicitly. |
.github/workflows/pull_request.yml |
Updates shared workflow refs and scopes job permissions explicitly. |
.github/workflows/ci.yml |
Updates shared workflow refs and scopes job permissions explicitly. |
.github/CODEOWNERS |
Adds codeowner requirement for workflow changes. |
.devcontainer/devcontainer.json |
Bumps devcontainer image version to v1.4.4. |
|
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