Skip to content

Commit 0d9ddf0

Browse files
committed
Letting fingerprint logic on GH side
1 parent a692286 commit 0d9ddf0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/aquasec_repo_scan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ jobs:
207207
}]
208208
}
209209
210-
# Add finding unique hash for cross-scan deduplication
211-
finding_hash = finding.get("result_hash")
212-
if finding_hash:
213-
sarif_finding["partialFingerprints"] = {"primaryLocationLineHash": finding_hash[:64]}
214-
215210
sarif_findings.append(sarif_finding)
216211
217212
sarif_output = {

0 commit comments

Comments
 (0)