aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23968 Log a warning when encrypted properties are used on Scanner sideClaire Villard3 days1-0/+4
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda4 days10-12/+12
* SONAR-23972 Update scanner-related broken documentation linksClaire Villard4 days2-52/+1
* SONAR-23974 Optimize the scanner reportJulien HENRY5 days6-23/+68
* SONAR-24003 Delete unnecessary importsJulien Camus5 days1-1/+0
* NO-JIRA fix GithubActionsTest resourcesSteve Marion5 days1-448/+0
* SONAR-17640 Do not visit directories when all the files will be excludedantoine.vinot5 days1-2/+19
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot5 days5-145/+97
* SONAR-22640 Read PR head sha from trigger event of GitHub actionJavier García Orduña5 days2-9/+575
* SONAR-22185 SARIF issues are not imported for some location URI formatJavier García Orduña2024-12-061-1/+12
* SONAR-22305 Ignore scanner properties with null valuesJavier García Orduña2024-12-051-4/+6
* SONAR-23647 Improve logs when a sensor is skipped because of a missing propertyJavier García Orduña2024-12-041-4/+60
* SONAR-23432 Fix failing tests on Windows in scanner-engineantoine.vinot2024-12-031-1/+1
* SONAR-23774 Add a scanner property to disable loading of OS-level SSL certifi...Julien HENRY2024-11-271-4/+10
* SONAR-23680 Support changeit as default keystore passwordJulien HENRY2024-11-222-14/+50
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-5/+0
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-133-23/+44
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-246-17/+12
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-232-4/+17
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-215-4/+137
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-163-3/+31
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-116-18/+160
* SONAR-23013 Improve coverageJulien HENRY2024-09-271-7/+21
* SONAR-23013 Fix the usage of BouncycastleJulien HENRY2024-09-271-6/+15
* SONAR-23013 Support PKCS12 truststore created by opensslJulien HENRY2024-09-171-6/+16
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-121-4/+9
* SONAR-22914 Move the ScannerMediumTester to testFixturesJulien HENRY2024-09-124-468/+0
* SONAR-22537 add support for short and full description in adhoc rule created ...Steve Marion2024-07-291-2/+15
* SONAR-22541 Import SARIF stacks as issue flowsJulien HENRY2024-07-262-31/+85
* SONAR-22538 Import SARIF related locations as secondary issue locationsJulien HENRY2024-07-251-0/+10
* NO-JIRA Fix Quality Gate IssuesMatteo Mara2024-07-251-1/+0
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-249-70/+72
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+5
* SONAR-22152 Remove JGit workaroundEric Giffon2024-06-201-12/+0
* SONAR-22423 Prevent log message about optional autowired constructorEric Giffon2024-06-181-1/+1
* Fix stacktrace in the Json outputJulien HENRY2024-05-131-0/+6
* Log the max memory allocated to the scanner engineJulien HENRY2024-05-131-0/+4
* SONAR-22152 Silent NoClassDefFoundError: ThrowableProxy from JGitJulien HENRY2024-05-131-0/+12
* Change log level to debug for user cacheJulien HENRY2024-05-131-1/+1
* Log the Java versionJulien HENRY2024-05-131-0/+15
* Unwrap MessageExceptionJulien HENRY2024-05-131-13/+42
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-071-7/+4
* SONAR-22086 Add support to configure scanner with env variablesJulien HENRY2024-04-303-0/+103
* SONAR-22038 Support new SSL properties (#10987)Julien HENRY2024-04-3029-112/+368
* SONAR-22036 Fix logback initialization for old bootstrappersJulien HENRY2024-04-163-20/+29
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-151-11/+37
* SONAR-22037 Support new HTTP proxy propertiesJulien HENRY2024-04-151-6/+23
* SONAR-22036 Add a main to the scanner engineJulien HENRY2024-04-156-24/+246
* SONAR-22054 Make property sonar.projectBaseDir optionalJulien HENRY2024-04-151-2/+10
* SONAR-22074 enable DownloadOnlyRequired by default10.5.0.89998Pierre2024-04-121-1/+1