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 8242144 commit 54864baCopy full SHA for 54864ba
1 file changed
.github/workflows/vulnerability-scan.yml
@@ -40,7 +40,7 @@ jobs:
40
for row in $versions; do
41
entry=$(echo "$row" | base64 --decode)
42
version=$(echo "$entry" | jq -r '.version')
43
- expected_sha256=$(echo "$entry" | jq -r '.sha256')
+ expected_sha256=$(echo "$entry" | jq -r '.sha256' | tr -d '\xEF\xBB\xBF' | tr -d '[:space:]')
44
45
echo "--- Processing EPPlus $version ---"
46
0 commit comments