File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,11 @@ concurrency:
1717jobs :
1818 ScanCode :
1919 if : github.repository_owner == 'zephyrproject-rtos'
20- runs-on : ubuntu-24.04
20+ runs-on :
21+ group : zephyr-runner-v2-linux-x64-4xlarge
22+ container :
23+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
24+ options : ' --entrypoint /bin/bash'
2125 steps :
2226 - name : Checkout
2327 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3539 run : |
3640 pip install -r scripts/requirements-actions.txt --require-hashes
3741
38- - name : Setup Zephyr project
39- uses : nashif/action-zephyr-setup@main
40- with :
41- app-path : .
42- sdk-version : 0.17.1
43- toolchains : all
44- west-group-filter : -hal,-tools,-bootloader,-babblesim
45- west-project-filter : -nrf_hw_models
46-
4742 - name : SCA Setup
4843 uses : zephyrproject-rtos/action-sca-setup@main
4944 with :
5550 - name : Check Env
5651 run : |
5752 export COVERITY_OUTPUT_DIR=${PWD}/cov-int
58- ./scripts/twister -p qemu_x86 -T samples/hello_world/ --build-only -v -xZEPHYR_SCA_VARIANT=coverity
53+ ./scripts/twister -p qemu_x86 -T tests/kernel --build-only -v -xZEPHYR_SCA_VARIANT=coverity
5954
6055 tar -cJvf coverity-results.tar.xz cov-int
6156
You can’t perform that action at this time.
0 commit comments