Skip to content

Commit

Permalink
ci: override CVE scan blocking ADD directive on central ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 12, 2024
1 parent 35f688a commit ea4a033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_odk_imgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
"ghcr.io/${{ github.repository }}/odkcentral:latest"
extra_build_args: |
ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }}
# odkcentral backend npm install fails on ARM64
# uncomment once fixed
# multi_arch: true
multi_arch: true

build-odkcentral-ui:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
Expand All @@ -35,3 +33,5 @@ jobs:
extra_build_args: |
ODK_CENTRAL_TAG=${{ vars.ODK_CENTRAL_TAG }}
multi_arch: true
# Allow usage of ADD directive in this specific use case
skip_cve: "CKV_DOCKER_8,CKV_DOCKER_2,CKV_DOCKER_3,CKV_DOCKER_5,CKV_DOCKER_4"

0 comments on commit ea4a033

Please sign in to comment.