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 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