-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: override CVE scan blocking ADD directive on central ui build
- Loading branch information
1 parent
35f688a
commit ea4a033
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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" |