CCCS-203B · Question #166
What additional flag should be included in the falcon-image-scan command to produce detailed output for a manual image scan?
The correct answer is D. --verbose. Option A: Setting the log level to debug increases log verbosity but does not directly enhance the scan output provided to the user. This flag affects internal logs rather than user-facing scan Option B: This flag is not part of the falcon-image-scan command syntax. Although intu
Question
What additional flag should be included in the falcon-image-scan command to produce detailed output for a manual image scan?
Options
- A--log-level debug
- B--details
- C--output detailed
- D--verbose
How the community answered
(30 responses)- A3% (1)
- C3% (1)
- D93% (28)
Explanation
Option A: Setting the log level to debug increases log verbosity but does not directly enhance the scan output provided to the user. This flag affects internal logs rather than user-facing scan Option B: This flag is not part of the falcon-image-scan command syntax. Although intuitive, it does not exist in the tool's command options. Option C: While descriptive, this is not a valid flag for the falcon-image-scan command. The command-line tool does not use this syntax to enable detailed output. Option D: The --verbose flag is commonly used in CrowdStrike's command-line tools to produce detailed output. When scanning images manually, this flag provides more in-depth information about the scan progress, detected vulnerabilities, and metadata, which is especially useful for debugging or detailed reporting.
Topics
Community Discussion
No community discussion yet for this question.