From 6c554522a14b7f3c81b18ad525b07d2e8b19fd41 Mon Sep 17 00:00:00 2001 From: Ankush Jain <91221068+ankush-jain-akto@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:09:58 +0530 Subject: [PATCH] typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b40f7c..f227158 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: description: 'Time to wait for Akto test results to complete. If it takes more time that defined, pull requests passes. Set to 0 if you want to run tests, but not block the PR' BLOCK_LEVEL: required: false - description: 'If vulnerabilties equal to or higher are found, the PR is failed. Set as HIGH, MEDIUM, LOW, NONE" + description: 'If vulnerabilties equal to or higher are found, the PR is failed. Set as HIGH, MEDIUM, LOW, NONE' runs: using: 'node16'