-
Notifications
You must be signed in to change notification settings - Fork 0
Maintenance: Sync latest template repo upstream #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
m-houston
merged 7 commits into
main
from
maintenance/sync-latest-template-repo-upstream
Apr 7, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
30850c6
MAINTENANCE: Sync upstream changes from repository template and updat…
m-houston 25c8dc7
Ignore example container sync
m-houston f8cc10d
Update .github/workflows/pr_create_dynamic_env.disabled
m-houston 557f5e3
MAINTENANCE: Update action versions in workflow files
m-houston 9ceff12
Update .github/actions/trivy-package/action.yaml
m-houston 23fa31e
MAINTENANCE: Fix URL template formatting in auto-link script
m-houston 99f8bec
Merge remote-tracking branch 'origin/maintenance/sync-latest-template…
m-houston File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| name: "Check Todo usage" | ||
| description: "Check Todo usage" | ||
| runs: | ||
| using: "composite" | ||
| steps: | ||
| - name: "Check Todo usage" | ||
| shell: bash | ||
| run: | | ||
| export BRANCH_NAME=origin/${{ github.event.repository.default_branch }} | ||
| check=branch ./scripts/githooks/check-todos.sh |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| #TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549 | ||
| # name: "Trivy IaC Scan" | ||
| # description: "Scan Terraform IaC using Trivy" | ||
| # runs: | ||
| # using: "composite" | ||
| # steps: | ||
| # - name: "Trivy Terraform IaC Scan" | ||
| # shell: bash | ||
| # run: | | ||
| # components_exit_code=0 | ||
| # modules_exit_code=0 | ||
| # asdf plugin add trivy || true | ||
| # asdf install trivy || true | ||
| # ./scripts/terraform/trivy-scan.sh --mode iac ./infrastructure/terraform/components || components_exit_code=$? | ||
| # ./scripts/terraform/trivy-scan.sh --mode iac ./infrastructure/terraform/modules || modules_exit_code=$? | ||
|
|
||
| # if [ $components_exit_code -ne 0 ] || [ $modules_exit_code -ne 0 ]; then | ||
| # echo "Trivy misconfigurations detected." | ||
| # exit 1 | ||
| # fi |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| #TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549 | ||
| # name: "Trivy Package Scan" | ||
| # description: "Scan project packages using Trivy" | ||
| # runs: | ||
| # using: "composite" | ||
| # steps: | ||
| # - name: "Trivy Package Scan" | ||
| # shell: bash | ||
| # run: | | ||
| # exit_code=0 | ||
| # asdf plugin add trivy || true | ||
| # asdf install trivy || true | ||
| # ./scripts/terraform/trivy-scan.sh --mode package . || exit_code=$? | ||
|
|
||
| # if [ $exit_code -ne 0 ]; then | ||
| # echo "Trivy has detected package vulnerabilities. Please refer to https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1257636917/PLAT-KOP-012+-+Trivy+Pipeline+Vulnerability+Scanning+Exemption" | ||
| # exit 1 | ||
| # fi |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.