From 1719486a4a3ed276a5f41c966a0b1112b73aecfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:00:25 +0000 Subject: [PATCH 1/2] Upgrade: [dependabot] - (deps): bump NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml Bumps [NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml](https://github.com/nhsdigital/eps-common-workflows) from 5.2.1 to 5.2.12. - [Release notes](https://github.com/nhsdigital/eps-common-workflows/releases) - [Changelog](https://github.com/NHSDigital/eps-common-workflows/blob/main/release.config.cjs) - [Commits](https://github.com/nhsdigital/eps-common-workflows/compare/86a580e5eb38584c877ccfba5fc6f3f071faeffe...9791a77de7b005056b4ddfb9789306f5179f53da) --- updated-dependencies: - dependency-name: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml dependency-version: 5.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8a934e..7b1f358 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 67af967..bbf1451 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -26,7 +26,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b80d5b0..aef203c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: quality_checks: name: Quality Checks needs: get_asdf_version - uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe + uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@9791a77de7b005056b4ddfb9789306f5179f53da with: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} reinstall_poetry: true From 4eb88a6653a03d358fd1b1cb3e6344764ef3f783 Mon Sep 17 00:00:00 2001 From: Phil Gee Date: Tue, 13 Jan 2026 17:25:24 +0000 Subject: [PATCH 2/2] AEA-0000 Add trivy ignore file. --- .trivyignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .trivyignore diff --git a/.trivyignore b/.trivyignore new file mode 100644 index 0000000..d58336d --- /dev/null +++ b/.trivyignore @@ -0,0 +1,5 @@ +# urllib3 - can't upgrade due to spine version restraints +CVE-2025-66418 +CVE-2025-66471 +CVE-2026-21441 +CVE-2025-50181