You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ doa analyze -f Dockerfile -o json
[
{ "check": "user", "message": "USER directive set to root in parent image parent1" },
{ "check": "user", "message": "USER directive set to root" },
{ "check": "port", "message": "port 80 exposed at line 28 could be wrong. TCP/IP port numbers below 1024 are privileged port numbers" },
[...]
]
The text was updated successfully, but these errors were encountered:
For the client to be able to list the checks that are being executed, and to associate errors to checks:
doa list-checks
) should return the list of checks supported by the tool[1]analyze
command should associate each error with a check[2][1] list of checks
[2] analyze result
The text was updated successfully, but these errors were encountered: