Skip to content

Commit 41f6a42

Browse files
committed
Revert "upload diagnostics"
This reverts commit 4d72742.
1 parent bc19c3a commit 41f6a42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/eclair.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ jobs:
111111
112112
- name: Scan code with Eclair
113113
run: |
114-
#./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-
west build -b qemu_x86 -p samples/synchronization -- -D ZEPHYR_SCA_VARIANT=eclair -D ECLAIR_REPORTS_SARIF=1
116-
jq -s '{ "$schema": "https://json.schemastore.org/sarif-2.1.0", "version": "2.1.0", "runs": map(.runs) | add }' $(find build -name "reports.sarif") > results.sarif
114+
./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+
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
117116
jq --arg basepath "file://${GITHUB_WORKSPACE}/" '
118117
.runs[].results[] |= (
119118
# Remove partialFingerprints if it exists
@@ -143,7 +142,6 @@ jobs:
143142
if-no-files-found: ignore
144143
path: |
145144
results.sarif
146-
build/sca/eclair/DIAGNOSTIC.txt
147145
148146
- name: Upload Analysis Results
149147
if: always()

0 commit comments

Comments
 (0)