diff options
author | Valery Piashchynski <[email protected]> | 2023-03-09 17:20:05 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-09 17:20:05 +0100 |
commit | 6063c0f9ff454282cbe6c452ec4022684e886ac3 (patch) | |
tree | c3c69ca0ed215acd2c77c2d5e763e63348190ddd /.github | |
parent | bc5079e0b72f5731245be8387d2cc7defe0a8c07 (diff) |
chore: correct pre-commit bash
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c3c8b1f..876cb6cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -155,5 +155,5 @@ jobs: with: image-ref: rr:local format: "table" - severity: MEDIUM,HIGH,CRITICAL + severity: HIGH,CRITICAL exit-code: 1 |