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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,16 @@ jobs:
19
19
```
20
20
## Create your SecureStack API Key as GitHub Secret
21
21
22
-
1. Log in to [SecureStack](https://app.securestack.com) and go to the Profile -> GENERATE KEY screen.
23
-
2. Generate an API key and copy the value.
24
-
3. Go to Settings for your GitHub repository and click on Secrets -> Actions at the bottom left.
25
-
4. Create a new secret named SECURESTACK_API_KEY and paste the value from step 2 into the field.
22
+
1. Create a [SecureStack](https://app.securestack.com) account using your GitHub credentials. You get 20 scans for free and you don't need to add a credit card.
23
+
2. Once you are logged in go to "Profile" in the black drawer on the left, and then -> GENERATE KEY tab.
24
+
3. Generate an API key and copy the value.
25
+
4. Go to Settings for your GitHub repository and click on Secrets -> Actions at the bottom left.
26
+
5. Create a new secret named SECURESTACK_API_KEY and paste the value from step 2 into the field.
26
27
27
28
## Retreiving your SecureStack Application ID
28
29
29
30
1. Log in to [SecureStack](https://app.securestack.com).
30
-
2. Open the application you wish to analyse.
31
+
2. Open the application you wish to analyse. If you haven't created a managed application you can follow the directions in this [VIDEO](https://youtu.be/mapgawLMVKg) to create one.
31
32
3. Copy the value of the application id on the View Application screen.
32
33
4. Go to Settings for your GitHub repository and click on Secrets -> Actions at the bottom left.
33
34
5. Create a new secret named SECURESTACK_APP_ID and paste the value from step 3 into the field.
0 commit comments