Skip to content

Jenkins Pipeline Resources
Type to start searching
    • Introduction
    • Contents
    • Problem Statement
    • Glossary
    • Setting Up VMs
    • Setting Up Pipeline
    • Static Analysis
    • Comparing SAST Tools
    • Configuring Webhook
    • Deploying the Report
    • Dynamic Analysis
    • Comparing DAST Tools
    • Code Quality Analysis
    • Generating Software Bill of Materials
    • Final Pipeline Structure
    • Shifting Local Setup to AWS
    • Secrets Management
    • Limitations
    • Resources

    References

    These are some references I used along with the ones mentioned implicitly in the report:

    • https://hub.docker.com/_/sonarqube/
    • https://medium.com/@rosaniline/setup-sonarqube-with-jenkins-declarative-pipeline-75bccdc9075f
    • https://codebabel.com/sonarqube-with-jenkins/amp/
    • https://github.com/xseignard/sonar-js
    • https://discuss.bitrise.io/t/sonarqube-authorization-problem/4229/2
    • https://www.sonarqube.org/
    • https://docs.npmjs.com/cli/audit
    • https://github.com/ajinabraham/NodeJsScan
    • https://retirejs.github.io/retire.js/
    • https://www.owasp.org/index.php/OWASP_Dependency_Check
    • https://github.com/sonatype-nexus-community/auditjs
    • https://github.com/snyk/snyk#cli
    • https://github.com/nodesecurity/nsp
    • https://github.com/dvolvox/JSpwn
    • https://github.com/dpnishant/jsprime
    • https://github.com/mozilla/scanjs
    Previous Limitations
    powered by MkDocs and Material for MkDocs