You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@ description: 'Secure your APIs using Akto scan in your GitHub workflow'
3
3
author: 'Akto'
4
4
5
5
inputs:
6
-
AKTO_DASHBOARD_URL:
6
+
AKTO_DASHBOARD_URL:
7
7
required: true
8
8
description: 'URL of your Akto dashboard. Note that this should be whitelisted from your VPC for GitHub to access'
9
-
AKTO_API_KEY:
9
+
AKTO_API_KEY:
10
10
required: true
11
11
description: 'Akto API Key for CI/CD Integration'
12
-
AKTO_TEST_ID:
12
+
AKTO_TEST_ID:
13
13
required: true
14
14
description: 'Id of the test that you want to run'
15
15
START_TIME_DELAY:
16
16
required: false
17
-
description: 'You can add a delay of N seconds before Akto starts testing your APIs. Please put the value more than the time it takes your API server to boot up and initialize'
17
+
description: 'You can add a delay of N seconds before Akto starts testing your APIs. Please put the value more than the time it takes your API server to boot up and initialize'
18
18
OVERRIDDEN_TEST_APP_URL:
19
19
required: false
20
20
description: 'Run tests on a different application host'
@@ -24,11 +24,14 @@ inputs:
24
24
BLOCK_LEVEL:
25
25
required: false
26
26
description: 'If vulnerabilties equal to or higher are found, the PR is failed. Set as HIGH, MEDIUM, LOW, NONE'
0 commit comments