LPVS v1.4.2
Bug Fixes
- remove PR if max attempt reached (#430) #430 (m-rudyk)
- add check for empty number of files in dir before scan (#431) #431 (m-rudyk)
- Change table name to avoid name conflicts (#437) #437 (Oleg Kopysov)
- Clear the queue before adding new elements (#439) #439 (Oleg Kopysov)
- Fix for incorrect increment of the attempts number (#442) #442 (Oleg Kopysov)
- Fix incorrect log message (#445) #445 (Oleg Kopysov)
- Fix the issue with duplicated records in pull_requests table and runtime error (missing bean) (#446) #446 (Oleg Kopysov)
- Remove unnecessary try/catch section from the service (#447) #447 (Oleg Kopysov)
- modify single scan feature (#463) #463 (m-rudyk)
Documentation
- Update properties and corresponding documentation (#444) #444 (Oleg Kopysov)
Code Refactoring
- rename classes and improve
application.properties
(#443) #443 (Oleg Kopysov)
Builds
- deps: bump the pip group across 1 directories with 1 update (#424) #424 (dependabot[bot])
- deps: bump github/codeql-action from 3.23.2 to 3.24.3 in /.github/workflows (#432) #432 (dependabot[bot])
- deps: bump step-security/harden-runner from 2.6.0 to 2.7.0 in /.github/workflows (#414) #414 (dependabot[bot])
- deps: bump the pip group across 1 directories with 1 update (#440) #440 (dependabot[bot])
- update pom.xml (#441) #441 (o-konoval)
- deps: bump actions/setup-java from 4.0.0 to 4.1.0 in /.github/workflows (#452) #452 (dependabot[bot])
- deps: bump codecov/codecov-action from 4.0.0 to 4.1.0 in /.github/workflows (#454) #454 (dependabot[bot])
- deps: bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.2 to 4.8.3.1 (#460) #460 (dependabot[bot])
- deps: bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.0 to 3.12.1 (#458) #458 (dependabot[bot])
- deps: bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 to 1.13.0 (#457) #457 (dependabot[bot])
- deps: bump org.apache.maven.plugins:maven-assembly-plugin from 3.1.0 to 3.6.0 (#456) #456 (dependabot[bot])
Continuous Integration
- Add CI workflow for check the build of docker container (#429) #429 (Taras Drozdovskyi)
- fix and update actions/checkout version (#436) #436 (Tetiana Naumenko)