Skip to content

Commit

Permalink
Update ExecuteCodeQL.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 4ec7a4a commit 4420e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/shared-libraries/linux/vars/ExecuteCodeQL.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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.10.0" --output "${SARIF_FILE}" "${QL_PACKS}"
echo "Database analyzed"
if [ "${ENABLE_CODEQL_DEBUG}" = true ]; then
Expand Down

0 comments on commit 4420e00

Please sign in to comment.