Skip to content

Commit

Permalink
[NO JIRA] Fix Autoscan result, it was wrong in the CI because of the …
Browse files Browse the repository at this point in the history
…missing tests compilation (#4902)
  • Loading branch information
alban-auzeill authored Oct 15, 2024
1 parent 2a39d25 commit f99ad5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ autoscan_task:
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd java-checks-test-sources
- JAVA_HOME="${JAVA_LATEST_HOME}" mvn clean compile --batch-mode
- JAVA_HOME="${JAVA_LATEST_HOME}" mvn clean compile test-compile --batch-mode
- cd ../its/autoscan
- mvn clean package --batch-mode --errors --show-version --activate-profiles it-autoscan -Dsonar.runtimeVersion=LATEST_RELEASE[10.3] -Dmaven.test.redirectTestOutputToFile=false -Dparallel=methods -DuseUnlimitedThreads=true
cleanup_before_cache_script: cleanup_maven_repository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ruleKey": "S5786",
"hasTruePositives": true,
"falseNegatives": 62,
"falseNegatives": 63,
"falsePositives": 0
}

0 comments on commit f99ad5a

Please sign in to comment.