Skip to content

Commit

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

0 comments on commit 184d3dd

Please sign in to comment.