We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38ab7 commit 451dca6Copy full SHA for 451dca6
.github/workflows/eclair.yaml
@@ -102,10 +102,11 @@ jobs:
102
- name: install-packages
103
run: |
104
pip install -r scripts/requirements-actions.txt --require-hashes
105
+ sudo apt-get update
106
+ sudo apt-get install -y jq
107
108
- name: Scan code with Eclair
109
- sudo apt-get install -y jq
110
./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
111
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find twister-out -name "reportst.sarif") > results.sarif
112
0 commit comments