Skip to content

Commit

Permalink
Update ExecuteCodeQLWGet.groovy
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni authored Jun 10, 2024
1 parent c6d2df7 commit 7561812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def call(org, repo, branch, language, buildCommand, token, installCodeQL) {
echo "The SARIF category has been configured to ois-${LANGUAGE}\${SEP}\${SUBDIR}"
echo "Analyzing database"
"\$command" database analyze "${DATABASE_PATH}" ${CODEQL_THREADS_FLAG} ${CODEQL_RAM_FLAG} --no-download --sarif-category "ois-${LANGUAGE}\${SEP}\${SUBDIR}" --format sarif-latest --output "${SARIF_FILE}" "${QL_PACKS}"
"\$command" database analyze "${DATABASE_PATH}" ${CODEQL_THREADS_FLAG} ${CODEQL_RAM_FLAG} --no-download --sarif-category "ois-${LANGUAGE}\${SEP}\${SUBDIR}" --format "sarifv2.1.0" --output "${SARIF_FILE}" "${QL_PACKS}"
echo "Database analyzed"
if [ "${ENABLE_CODEQL_DEBUG}" = true ]; then
Expand Down

0 comments on commit 7561812

Please sign in to comment.