We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8ba2e commit 3d9ca9cCopy full SHA for 3d9ca9c
publish-scripts/chocolatey/buildNUPKG.py
@@ -55,6 +55,7 @@ def preparePackage():
55
wget.download(url)
56
57
# get the checksums
58
+ # CodeQL [SM02167] False Positive: CodeQL wrongly detected. Authorized hash algorithm (SHA-512) is used; this is defined on line 13 of this script.
59
fileHash = produceHashForfile(fileName, HASH)
60
substitutionMapping[f"CHECKSUM_{arch}"] = fileHash
61
0 commit comments