Skip to content

Commit 6d1277f

Browse files
authored
Merge branch 'main' into dependabot/maven/fhir.version-8.6.1
2 parents 5a6276d + 0ae0e2a commit 6d1277f

File tree

17 files changed

+793
-1016
lines changed

17 files changed

+793
-1016
lines changed

.gitallowed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ CidrIp: 0\.0\.0\.0/0
3434
.*\.venv.*
3535
.*node_modules.*
3636
pom\.xml
37+
poetry\.lock

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2727
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
quality_checks:
29-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
29+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da
3030
needs: [get_asdf_version]
3131
secrets:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
4646
4747
tag_release:
4848
needs: [quality_checks, get_commit_id, get_asdf_version]
49-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
49+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@9791a77de7b005056b4ddfb9789306f5179f53da
5050
with:
5151
dry_run: true
5252
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
dependabot-auto-approve-and-merge:
1212
needs: quality_checks
13-
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
13+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@9791a77de7b005056b4ddfb9789306f5179f53da
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -32,7 +32,7 @@ jobs:
3232
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3333
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
quality_checks:
35-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
35+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da
3636
needs: [get_asdf_version]
3737
with:
3838
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
@@ -41,7 +41,7 @@ jobs:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242

4343
pr_title_format_check:
44-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
44+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@9791a77de7b005056b4ddfb9789306f5179f53da
4545

4646
get_issue_number:
4747
runs-on: ubuntu-22.04
@@ -72,7 +72,7 @@ jobs:
7272

7373
tag_release:
7474
needs: [get_asdf_version]
75-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
75+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@9791a77de7b005056b4ddfb9789306f5179f53da
7676
with:
7777
dry_run: true
7878
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2626
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727
quality_checks:
28-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
28+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da
2929
needs: [get_asdf_version]
3030
secrets:
3131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
4646
tag_release:
4747
needs: [quality_checks, get_commit_id, get_asdf_version]
48-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
48+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@9791a77de7b005056b4ddfb9789306f5179f53da
4949
with:
5050
dry_run: false
5151
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.tool-versions

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
maven 3.9.0
22
java corretto-21.0.2.14.1
3-
python 3.12.7
4-
poetry 1.8.2
3+
python 3.12.12
4+
poetry 2.2.1
55
shellcheck 0.9.0
66
direnv 2.32.2
77
actionlint 1.6.26
8-
nodejs 20.19.0

.trivyignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# various vulnerabilities due to running an old version of hapi-fhir
2+
CVE-2023-24057
3+
CVE-2023-28465
4+
CVE-2024-51132
5+
CVE-2024-55887
6+
CVE-2022-42889
7+
CVE-2024-45294
8+
CVE-2024-52007
9+
CVE-2024-45294
10+
CVE-2024-52007
11+
CVE-2024-45294
12+
CVE-2024-52007
13+
CVE-2024-45294
14+
CVE-2024-52007
15+
CVE-2024-45294
16+
CVE-2024-52007
17+
CVE-2021-35515
18+
CVE-2021-35516
19+
CVE-2021-35517
20+
CVE-2021-36090

Makefile

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ guard-%:
55
fi
66

77
# install targets
8-
install: install-python install-hooks install-node
8+
install: install-python install-hooks
99

1010
install-python:
1111
poetry install
1212

13-
install-node:
14-
npm ci
15-
1613
install-hooks: install-python
1714
poetry run pre-commit install --install-hooks --overwrite
1815

@@ -36,13 +33,9 @@ lint-githubaction-scripts:
3633
test: download-dependencies
3734
mvn test
3835

39-
check-licenses: check-licenses-python check-licenses-java
40-
41-
check-licenses-python:
42-
scripts/check_python_licenses.sh
43-
44-
check-licenses-java:
45-
mvn validate
36+
check-licenses:
37+
echo "not implemented from console"
38+
exit 1
4639

4740
show-unused-dependencies:
4841
mvn dependency:analyze

SAMtemplates/lambda_resources.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Parameters:
1515
SplunkSubscriptionFilterRole:
1616
Type: String
1717
Description: Subscription filter role for sending logs to splunk
18-
Default: none
1918
SplunkDeliveryStream:
2019
Type: String
2120
Description: Splunk delivery stream

licenses/allowedMissingLicense.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

licenses/licenses.xml

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)