Skip to content

Commit 44960cc

Browse files
authored
fixed the APP_ID link
1 parent 7e8467e commit 44960cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id: exposure
1717
uses: SecureStackCo/[email protected]
1818
with:
19-
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
20-
securestack_app_id: <put your application id here>
19+
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
20+
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
2121
severity: critical
2222
flags: '--dom -r'
2323
```

0 commit comments

Comments
 (0)