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 cf732c3 commit 3840aebCopy full SHA for 3840aeb
bindings/python/.evergreen/test.sh
@@ -86,7 +86,7 @@ for PYTHON_BINARY in "${PYTHONS[@]}"; do
86
done
87
88
# Verify the sbom file
89
-LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
+LIBMONGOCRYPT_VERSION=$(cat ./scripts/libmongocrypt-version.txt)
90
EXPECTED="pkg:github/mongodb/libmongocrypt@$LIBMONGOCRYPT_VERSION"
91
if grep -q $EXPECTED sbom.json; then
92
echo "SBOM is up to date!"
0 commit comments