Skip to Content
Security Automation with Ansible 2
book

Security Automation with Ansible 2

by Akash Mahajan, MADHU AKULA
December 2017
Intermediate to advanced
364 pages
7h 30m
English
Packt Publishing
Content preview from Security Automation with Ansible 2

OWASP Dependency-Check

OWASP Dependency-Check is an open source tool to perform checks for known vulnerabilities in Java and .NET applications primarily. It also supports other platforms such as Node.js and Python as an experiment analyzer. This can also produce false positives and can be configured to fine tune the scanning as required.

This tool can also be run in multiple ways such as CLI, build tools (Ant, Gradle, Maven, and so on) and CI/CD (Jenkins) process.

More details about the project can be found at https://www.owasp.org/index.php/OWASP_Dependency_Check.

The following code snippet is to set up and perform a scan using OWASP Dependency-Check tool on vulnerable Java project:

- name: OWASP Dependency Check Playbook hosts: scanner ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing DevOps with Ansible 2

Implementing DevOps with Ansible 2

Jonathan McAllister
Practical Ansible 2

Practical Ansible 2

Daniel Oh, James Freeman, Fabio Alessandro Locati

Publisher Resources

ISBN: 9781788394512Supplemental Content