QuestionQ60
Introduction to DevSecOpsCharles Drew works as a DevSecOps team leader for an IT company based in Nashville, Tennessee. He wants to view applications from an attacker's perspective and embed security into the organization's culture. Suppose you are a DevSecOps engineer reporting to Charles. He has asked you to install ThreatPlaybook, a unified DevSecOps framework that lets you move from iterative, collaborative threat modeling to application security testing orchestration.
After installing it, you need to configure the ThreatPlaybook CLI. To do this, you create a directory for the project and then navigate to that directory where you want to configure ThreatPlaybook.
Which of the following commands would you use to configure ThreatPlaybook?
(Here, <your-email> represents your email address, <host-info> represents the IP address, and <port> represents the nginx port.)
- A ThreatPlaybook configure -e < your-email > -h < host-info > -p < port >
- B playbook configure -e < your-email > -u < host-info > -p < port >
- C ThreatPlaybook configure -e < your-email > -u < host-info > -p < port >
- D playbook configure -e < your-email > -h < host-info > -p < port >
Community Discussion