Skip to content

Commit 3f6fd67

Browse files
committed
Remove partialFingerprints if it exists
Signed-off-by: Anas Nashif <[email protected]>
1 parent aa02538 commit 3f6fd67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/eclair.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
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
115115
jq --arg basepath "file://${GITHUB_WORKSPACE}/" '
116116
.runs[].results[] |= (
117+
# Remove partialFingerprints if it exists
118+
del(.partialFingerprints)
119+
|
117120
.locations[]? |= (
118121
.physicalLocation.artifactLocation.uri
119122
|= if type == "string" then ($basepath + .) else . end

0 commit comments

Comments
 (0)