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-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,16 @@ NOTE - to understand possible values for the action input `flags`, run the Secur
28
28
## Create your SecureStack API Key and save as GitHub Secret
29
29
30
30
1. Log in to [SecureStack](https://app.securestack.com) with your GitHub credentials.
31
-
2. Go to Settings in the lower left corner, and then select the 6th tab: API.
32
-
3. Generate a new API key and copy the value.
33
-
4. Now back in GitHub, go to Settings for your GitHub repository and click on Secrets at the bottom left.
34
-
5. Create a new secret named SECURESTACK_API_KEY and paste the value from step 2 into the field.
31
+
2. Go to Settings in the lower left corner, and then select the 6th tab: API.
32
+
3. Generate a new API key and copy the value.
33
+
4. Now back in GitHub, go to Settings for your GitHub repository and click on Secrets, and then Actions at the bottom left.
34
+
5. Create a new secret named SECURESTACK_API_KEY and paste the value from step 2 into the field and click "Add secret".
35
35
36
36
## Retreiving your SecureStack Application ID
37
37
38
38
1. Log in to [SecureStack](https://app.securestack.com).
39
-
2. Open the application you wish to analyse.
40
-
3. In the browser URL bar you will see something like this: ```https://app.securestack.com/settings/applications/269aa3a5-9be8-1a23-1234-123456abcdef```
41
-
4. Copy the last part of that as the Application ID. (ex: 269aa3a5-9be8-1a23-1234-123456abcdef)
42
-
5. Now go back to the GitHub UI and paste into the value of the `securestack_app_id` action input for the step using the SecureStack action in your workflow.
39
+
2. In the application drop down at the top left choose the application you want to use and click on "Copy Application ID" 
40
+
3. Create a new secret named SECURESTACK_APP_ID and paste the value from step 2 into the field and click "Add secret".
43
41
44
42
## What types of components will this BoM include?
45
43
1. All your software components including third-party libraries and frameworks
0 commit comments