QuestionQ72
Introduction to DevSecOpsJoe Adler has recently been offered a position as a DevSecOps engineer at an IT company that builds software products and web applications for the healthcare industry. He wants to implement the DevSec Hardening Framework to add a layer to the automation framework that configures operating systems and services and handles difficult settings, compliance guidelines, cryptography recommendations, and secure defaults. To apply the DevSec Hardening Framework to the machine, he first scanned the machine using the Nessus scanning tool, and then reviewed the compliance results before using the DevSec Hardening Framework.
Which of the following commands should Joe use to run the DevSec Hardening Framework?
- A Chef-solo -h solo.rb -m solo.json
- B Chef-solo -c solo.rb -j solo.json
- C Chef-solo -m solo.rb -h solo.json
- D Chef-solo -j solo.rb -c solo.json
Community Discussion