QuestionQ83
DevSecOps Pipeline-Code StageAmy Ryan works as a DevSecOps engineer at an IT company that builds software products and web applications focused on cyber security. She uses the Anchore tool for container vulnerability scanning and Software Bill of Materials (SBOM) generation, which allows her to quickly scan and generate a list of known vulnerabilities from an SBOM, a container image, or a project directory.
Which command should Amy run so that the generated SBOM includes software from all of the image's layers?
- A syft packages < image > --scope all-layers
- B syft packages < image > scope all_layers SBOM
- C syft packages < image > --scope all-layers Anchore
- D syft packages < image > scope all_layers
Community Discussion