File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
2636Made with 💜 by SecureStack
You can’t perform that action at this time.
0 commit comments