Skip to content

Commit b5f27b7

Browse files
committed
fixed a couple typos for APPI_ID and for the app_id in main.yml
1 parent c502a43 commit b5f27b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
uses: SecureStackCo/[email protected]
1010
with:
1111
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
12-
securestack_app_id: 'abb7fb5c-fa15-4baa-9dfd-3e77316f80a2'
12+
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
1313
severity: critical
1414
flags: '--dom -r'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
A GitHub Action to execute SecureStack application attack surface analysis an application.
44

55
```
6-
name: Example Workflow Using SecureStack Exposure Action
6+
name: Example Workflow Using SecureStack Web Vulnerability Exposure Action
77
on: push
88
jobs:
99
security:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Exposure Analysis Step
12+
- name: Web Vulnerability Exposure Analysis Step
1313
id: exposure
1414
uses: SecureStackCo/[email protected]
1515
with:
1616
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17-
securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}
17+
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
1818
severity: critical
1919
flags: '--dom -r'
2020
```

0 commit comments

Comments
 (0)