Skip to content

Commit 898d820

Browse files
authored
uplifted the onboarding for README
1 parent 2a29906 commit 898d820

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
```
2020
## Create your SecureStack API Key as GitHub Secret
2121

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.
2627

2728
## Retreiving your SecureStack Application ID
2829

2930
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.
3132
3. Copy the value of the application id on the View Application screen.
3233
4. Go to Settings for your GitHub repository and click on Secrets -> Actions at the bottom left.
3334
5. Create a new secret named SECURESTACK_APP_ID and paste the value from step 3 into the field.

0 commit comments

Comments
 (0)