File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,10 +34,13 @@ jobs:
3434 pr_title_format_check :
3535 uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@27a44fb54f4023136d2c14058e3256e73af9901e
3636 quality_checks :
37- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@27a44fb54f4023136d2c14058e3256e73af9901e
37+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@docker_scan
3838 needs : [get_asdf_version, get_commit_id]
3939 with :
4040 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
41+ run_docker_scan : true
42+ docker_images : " [eps-cdk-utils]"
43+
4144 secrets :
4245 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4346
Original file line number Diff line number Diff line change @@ -69,3 +69,6 @@ package: build
6969build :
7070 npm run build --workspace packages/cdkConstructs
7171 npm run build --workspace packages/deploymentUtils
72+
73+ docker-build :
74+ docker build -t eps-cdk-utils . -f docker/Dockerfile
You can’t perform that action at this time.
0 commit comments