Skip to content

Commit 3f6f232

Browse files
author
Ben Sullivan
committed
Add instructions to README for determining API key and APP ID
1 parent 3823809 commit 3f6f232

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,23 @@ jobs:
1414
uses: SecureStackCo/[email protected]
1515
with:
1616
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17-
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
17+
securestack_app_id: <Application Id>
1818
severity: critical
1919
flags: '--dom -r'
2020
```
2121

22-
## Getting your SecureStack API Key and Application ID
22+
## Getting your SecureStack API Key
23+
24+
1. Log in to [SecureStack](https://app.securestack.com) and go to the Profile -> GENERATE KEY screen.
25+
2. Generate an API key and copy the value.
26+
3. Paste into the value of a secret called SECURESTACK_API_KEY_SECRET in the GitHub repo settings.
27+
28+
## Getting your SecureStack Application ID
29+
30+
1. Log in to [SecureStack](https://app.securestack.com).
31+
2. Open the application you wish to analyse.
32+
3. Copy the value of the application id on the View Application screen.
33+
4. Paste into the value of the `securestack_app_id` action input for the step using the SecureStack action in your workflow.
2334

24-
TODO
2535

2636
Made with 💜 by SecureStack

0 commit comments

Comments
 (0)