File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Run syncronisation script
2929 run : |
30- ./scripts/githooks/sync-template-repo.sh
30+ ./nhs-notify-repository-template/ scripts/githooks/sync-template-repo.sh
3131 rm -Rf ./nhs-notify-repository-template
3232
3333 - name : Create Pull Request
Original file line number Diff line number Diff line change 33cd9c0efec38c5d63053dd865e5d4e207c0760d91:docs/guides/Perform_static_analysis.md:generic-api-key:37
4487312c6a627a7b0420956d49187fd15b130df170:src/__tests__/components/molecules/LoginStatus.test.tsx:jwt:23
5537ca9f5670f4cd7d91869845ca27defbe6156bb9:src/__tests__/components/molecules/LoginStatus.test.tsx:jwt:23
6+ b19d88d1d92b0530f065feefcf25d8cdd82a876a:tests/test-team/auth/user.json:jwt:15
7+ b19d88d1d92b0530f065feefcf25d8cdd82a876a:tests/test-team/auth/user.json:jwt:25
Original file line number Diff line number Diff line change 11act 0.2.64
2- gitleaks 8.18.4
2+ gitleaks 8.24.0
33pre-commit 3.6.0
44terraform 1.9.2
55terraform-docs 0.19.0
@@ -13,7 +13,7 @@ nodejs 20.18.2
1313# TODO: Move this section - consider using a different file for the repository template dependencies.
1414# docker/ghcr.io/anchore/grype v0.69.1@sha256:d41fcb371d0af59f311e72123dff46900ebd6d0482391b5a830853ee4f9d1a76 # SEE: https://github.com/anchore/grype/pkgs/container/grype
1515# docker/ghcr.io/anchore/syft v0.92.0@sha256:63c60f0a21efb13e80aa1359ab243e49213b6cc2d7e0f8179da38e6913b997e0 # SEE: https://github.com/anchore/syft/pkgs/container/syft
16- # docker/ghcr.io/gitleaks/gitleaks v8.18 .0@sha256:fd2b5cab12b563d2cc538b14631764a1c25577780e3b7dba71657d58da45d9d9 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
16+ # docker/ghcr.io/gitleaks/gitleaks v8.24 .0@sha256:2bcceac45179b3a91bff11a824d0fb952585b429e54fc928728b1d4d5c3e5176 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
1717# docker/ghcr.io/igorshubovych/markdownlint-cli v0.37.0@sha256:fb3e79946fce78e1cde84d6798c6c2a55f2de11fc16606a40d49411e281d950d # SEE: https://github.com/igorshubovych/markdownlint-cli/pkgs/container/markdownlint-cli
1818# docker/ghcr.io/make-ops-tools/gocloc latest@sha256:6888e62e9ae693c4ebcfed9f1d86c70fd083868acb8815fe44b561b9a73b5032 # SEE: https://github.com/make-ops-tools/gocloc/pkgs/container/gocloc
1919# docker/ghcr.io/nhs-england-tools/github-runner-image 20230909-321fd1e-rt@sha256:ce4fd6035dc450a50d3cbafb4986d60e77cb49a71ab60a053bb1b9518139a646 # SEE: https://github.com/nhs-england-tools/github-runner-image/pkgs/container/github-runner-image
Original file line number Diff line number Diff line change 11# Files and folders to ignore when syncing nhs-notify-repository-template back in to this repository
2- scripts/config/.repository-template-sync-ignore
32.github/workflows/
43nhs-notify-repository-template/
4+ .github/CODEOWNERS
55
66# Files and Folders in this repository to ignore
77.vscode/
88CHANGELOG.md
99project.code-workspace
1010README.md
1111VERSION
12+ .editorconfig
13+ .gitleaksignore
14+ scripts/tests/
15+ Makefile
16+ scripts/config/sonar-scanner.properties
1217
1318# Files and Folders in the template repository to disregard
1419.devcontainer/
1520.github/workflows/cicd-*.yaml
1621*/examples/
1722docs/
1823infrastructure/terraform/components/
24+ docker/examples/
Original file line number Diff line number Diff line change 1+ # Files and folders to merge when syncing nhs-notify-repository-template back in to this repository
2+ scripts/config/.repository-template-sync-ignore
3+ scripts/config/.repository-template-sync-merge
4+ .tool-versions
5+ .gitignore
6+ scripts/config/vale/styles/config/vocabularies/words/accept.txt
7+ scripts/config/vale/styles/config/vocabularies/words/reject.txt
You can’t perform that action at this time.
0 commit comments