DevSecOps with Jenkins | Boost Your CICD Pipeline Security !!

Поделиться
HTML-код
  • Опубликовано: 30 апр 2023
  • DevSecOps with Jenkins | Boost Your CICD Pipeline Security !!
    Discover how to enhance your CI/CD pipeline security with our in-depth tutorial on Mastering DevSecOps with Jenkins. In this video, we'll walk you through the essential concepts, tools, and best practices for integrating security into your development and deployment processes. Learn how to automate security checks, identify vulnerabilities early, and ensure your applications are secure from the ground up. Boost your team's efficiency and confidence by implementing DevSecOps with Jenkins today!

Комментарии • 23

  • @anilpatil8299
    @anilpatil8299 10 месяцев назад +1

    A nice example of Jenkins pipeline😊 with sec stages.

  • @aamirimran9373
    @aamirimran9373 Год назад

    Thankyou so much sir

  • @user-oo8rf6ou3r
    @user-oo8rf6ou3r Год назад

    Nice 👍 video 😊

  • @shiva1041
    @shiva1041 9 месяцев назад

    Nice video

  • @FlorjonKoci
    @FlorjonKoci 29 дней назад

    what other security tools can be used here apart from the one mentioned (trivy, sonarqube, owasp checker) ?
    does it make any difference in what tools are used if the pipeline is used for Apigee APIs

  • @yaseenbaba3389
    @yaseenbaba3389 11 месяцев назад

    Bro Once we implement this setup in server side using jenkins,How many clients can parallely access and scan (dependency vulnerability scans and Docker scans check or code quality check scan) from their PC?

  • @nitinmishra8621
    @nitinmishra8621 7 дней назад

    When you have created docker container then why you have copied war file directly to tomcat ?

  • @dbaba5574
    @dbaba5574 11 месяцев назад

    Can you please help on installing ort scanner using jenkins

  • @venkatprasad2205
    @venkatprasad2205 7 месяцев назад

    bro what if trivy finds a high sever vulnerability in the image? should we fail the pipeline after detecting vulnerability? This part is not covered by anyone.

    • @devopsshack
      @devopsshack  7 месяцев назад

      This is the reason we have lower env so we can fix things before deploying to production env

  • @onirkayas4385
    @onirkayas4385 Год назад

    Owasp is secure or not
    Dependency check showed that we are not responsible for security or vulnerability

  • @pandudamera7211
    @pandudamera7211 Год назад

    How do you generate owasp dependece-check groovy can you please elaborate more bro

    • @devopsshack
      @devopsshack  Год назад +2

      Hello Bro, here is a full tutorial on owasp dependency check i made. Please refer it🙂
      ruclips.net/video/bImOWD4b6o8/видео.html

    • @pandudamera7211
      @pandudamera7211 Год назад

      You have used trivy can you please elaborate more bro. Please share with me GitHub URL

    • @devopsshack
      @devopsshack  Год назад +1

      ruclips.net/video/dwce6Yl9N9Q/видео.html

    • @pandudamera7211
      @pandudamera7211 Год назад

      Can you make CICD all stages in single video

    • @devopsshack
      @devopsshack  Год назад +1

      github.com/jaiswaladi246
      Explore the youtube channel, you will find what you re looking for. Videos on the topics u mentioned is in my channel video list. Check it

  • @Bramhakumarisbk
    @Bramhakumarisbk 2 месяца назад

    pls provide your Github repo link

  • @medicalmedia4109
    @medicalmedia4109 Год назад

    Bro can u also share pipeline script it would be helpful

    • @devopsshack
      @devopsshack  Год назад

      Here is the Jenkinsfile. github.com/jaiswaladi246/Petclinic/blob/main/Jenkinsfile
      you will need to customize it to run on your machine.