Тёмный
No video :(

Automate Java Code Analysis with SonarCloud & GitHub Actions 

Integration Ninjas
Подписаться 2,1 тыс.
Просмотров 998
50% 1

Struggling with bugs and lengthy code reviews? Automate Java code analysis with SonarCloud & GitHub Actions! This video shows you step-by-step how to set up & run scans to find issues early, improve code quality & security, and streamline code reviews.
#devops #java #sonarqube #githubactions

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@darshankhatri9625
@darshankhatri9625 5 месяцев назад
Informative 👍
@IntegrationNinjas
@IntegrationNinjas 5 месяцев назад
Glad it was helpful!
@deepanshumishra8687
@deepanshumishra8687 5 месяцев назад
Very informative
@rahulray736
@rahulray736 5 месяцев назад
Nice video
@IntegrationNinjas
@IntegrationNinjas 5 месяцев назад
Glad it was helpful!
@lost_and_finding
@lost_and_finding 5 месяцев назад
in your node js deploy video whete you use GitHub actions and deploy it in ec2. How do i access the environment variables like my postgressSql creds and aws s3 credentials. In my local machine i am using env file to store it.
@IntegrationNinjas
@IntegrationNinjas 5 месяцев назад
You can store environment variable details in GitHub secrets and then you can access those variables in your workflow. While building docker image you need to pass build arguments and set them in docker file. Ex: docker build -t your-image-name --build-arg AP|_KEY=${ secrets.AP|_KEY }. While in docker file you can set these as: # Dockerfile FROM node:14 # Set environment variable ARG APIKEY ENV AP|_KEY=$API_KEY # Other Dockerfile instructions
@aamirimran9373
@aamirimran9373 5 месяцев назад
Niceee
@IntegrationNinjas
@IntegrationNinjas 5 месяцев назад
Glad it was helpful!
@kunalacharya5291
@kunalacharya5291 5 месяцев назад
Sonar cube can't prevent bugs percolate due to logic. Isn't it?
@IntegrationNinjas
@IntegrationNinjas 4 месяца назад
You're right, SonarCloud (and static code analysis tools in general) can't entirely prevent bugs due to logic errors. They primarily focus on identifying code smells, potential vulnerabilities, and enforcing coding standards.
@lost_and_finding
@lost_and_finding 5 месяцев назад
bhai mera app deploy ho gaya hai lekin public ip ssi acces nahi kar pa raha unable to connect araha hai security groups mai port 3000 bhi add kiya phir bhi
@IntegrationNinjas
@IntegrationNinjas 5 месяцев назад
Ensure that your EC2 instance is running and has passed its status checks. If the instance is stopped or terminated, you won't be able to access it. Verify that the security group associated with your EC2 instance allows inbound traffic on port 3000 from your IP address or from all IP addresses (0.0.0.0/0) if it's a public-facing service. Sometimes changes to security group rules may take a few moments to propagate.
@lost_and_finding
@lost_and_finding 5 месяцев назад
@@IntegrationNinjasthanks it's working now on port 443
Далее
When RESTful architecture isn't enough...
21:02
Просмотров 273 тыс.
How GitHub Actions 10x my productivity
8:18
Просмотров 411 тыс.
So You Think You Know Git - FOSDEM 2024
47:00
Просмотров 1,1 млн