mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
chore(tests): fix logging configuration in tests (#1655)
Signed-off-by: plavy <tinplavec@gmail.com>
This commit is contained in:
parent
a9f72385f6
commit
07656abef0
3 changed files with 6 additions and 6 deletions
|
@ -346,7 +346,6 @@
|
|||
"distro": "",
|
||||
"add-cpes-if-none": false,
|
||||
"output-template-file": "",
|
||||
"quiet": false,
|
||||
"check-for-app-update": true,
|
||||
"only-fixed": false,
|
||||
"only-notfixed": false,
|
||||
|
@ -408,7 +407,8 @@
|
|||
"auth": []
|
||||
},
|
||||
"log": {
|
||||
"structured": false,
|
||||
"quiet": false,
|
||||
"verbosity": 0,
|
||||
"level": "warn",
|
||||
"file": ""
|
||||
},
|
||||
|
|
|
@ -313,7 +313,6 @@
|
|||
"distro": "",
|
||||
"add-cpes-if-none": false,
|
||||
"output-template-file": "",
|
||||
"quiet": true,
|
||||
"check-for-app-update": true,
|
||||
"only-fixed": false,
|
||||
"only-notfixed": false,
|
||||
|
@ -375,7 +374,8 @@
|
|||
"auth": []
|
||||
},
|
||||
"log": {
|
||||
"structured": false,
|
||||
"quiet": true,
|
||||
"verbosity": 0,
|
||||
"level": "",
|
||||
"file": ""
|
||||
},
|
||||
|
|
|
@ -755,7 +755,6 @@
|
|||
"distro": "",
|
||||
"add-cpes-if-none": false,
|
||||
"output-template-file": "",
|
||||
"quiet": true,
|
||||
"check-for-app-update": true,
|
||||
"only-fixed": false,
|
||||
"only-notfixed": false,
|
||||
|
@ -818,7 +817,8 @@
|
|||
"ca-cert": ""
|
||||
},
|
||||
"log": {
|
||||
"structured": false,
|
||||
"quiet": true,
|
||||
"verbosity": 0,
|
||||
"level": "",
|
||||
"file": ""
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue