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 b72f176 commit b9fd6a8Copy full SHA for b9fd6a8
scripts/create-extractor-pack.sh
@@ -32,6 +32,7 @@ cp -r codeql-extractor.yml downgrades tools ql/lib/iac.dbscheme ql/lib/iac.dbsch
32
mkdir -p extractor-pack/tools/${platform}
33
cp target/release/codeql-extractor-iac extractor-pack/tools/${platform}/extractor
34
35
-pushd ql/lib
36
-$CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
37
-popd
+# pushd ql/lib
+# $CODEQL_BINARY pack installl .
+# $CODEQL_BINARY pack create --output=$HOME/.codeql/packages .
38
+# popd
0 commit comments