Skip to content

Commit aac6b02

Browse files
committed
all coding guidelines
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 8f94202 commit aac6b02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/eclair.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
113113
- name: Scan code with Eclair
114114
run: |
115-
./scripts/twister -j 16 -p qemu_x86 -T samples/synchronization -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0 -xECLAIR_REPORTS_SARIF=1
115+
./scripts/twister -j 16 -p qemu_x86 -T samples/synchronization -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0 -xECLAIR_REPORTS_SARIF=1 -xECLAIR_RULESET_USER=zephyr_guidelines
116+
116117
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "reports.sarif") > results.sarif
117118
jq --arg basepath "file://${GITHUB_WORKSPACE}/" '
118119
.runs[].results[] |= (

0 commit comments

Comments
 (0)