Set linter threshold to error (#10)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero 2022-06-22 15:33:14 +02:00 committed by GitHub
parent 2e1b8b72bf
commit b2676d6457
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
{
"action_id": "container-image-lint",
"params": {
"threshold": "warning"
"threshold": "error"
}
}
]