List of questions
Related questions
Question 203 - PCCSE discussion
Which command correctly outputs scan results to stdout in tabular format and writes scan results to a JSON file while still sending the results to Console?
A.
$ twistcli images scan --address --user --password --stdout-tabular --output-file scan-results.json nginx:latest
B.
$ twistcli images scan --address --username --password --details --json-output scan-results.json nginx:latest
C.
$ twistcli images scan --address --user --password --details --file-output scan-results.json nginx:latest
D.
$ twistcli images scan --address --u --p --details --output-file scan-results.json nginx:latest
Your answer:
0 comments
Sorted by
Leave a comment first