Gabor Nagyblog.seniordevlog.com·May 3, 2024Harnessing Sonar to Visualize Jest Tests and Detect ESLint/Prettier IssuesIn modern software development, ensuring code quality, maintainability, and test coverage are paramount. Jest, ESLint, Prettier, and SonarQube are powerful tools that aid developers in achieving these goals. Jest is a delightful JavaScript testing f...sonarqube
Srikanth Pentapati7f.hashnode.dev·Nov 6, 2023Integration of Jenkins SonarQube Scanner, OWASP Dependency Check , JDK, NodeJs Plugins (Interesting COMBO!!)First Let's Configure the Sonar Cube Server ---> Login with <SonarCubeIPaddress>:9000 --> Provide your username and password accordingly. Go to SonarQube Server --> Click on Administration --> Security --> Users --> Click on the Tokens and Update Tok...sonarqube
Srikanth Pentapati7f.hashnode.dev·Oct 29, 2023Sonarqube Installation on UbuntuTo run SonarQube, we need to have Java installed on the node Let's install OpenJDK 17, Login to the node with the root access (this depends on which user you would like to install Java on. If you have multiple users and have multiple Java versions t...sonarqube installation