Fix scan message with quiet flag

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2021-04-13 13:53:07 +02:00
parent 74773b9062
commit 411612ed8d
8 changed files with 77 additions and 10 deletions

View file

@ -86,6 +86,8 @@ type BuildOptions struct {
Args types.Mapping
// NoCache disables cache use
NoCache bool
// Quiet make the build process not output to the console
Quiet bool
}
// CreateOptions group options of the Create API