We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8467e commit 44960ccCopy full SHA for 44960cc
README.md
@@ -16,8 +16,8 @@ jobs:
16
id: exposure
17
uses: SecureStackCo/[email protected]
18
with:
19
- securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
20
- securestack_app_id: <put your application id here>
+ securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
+ securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
21
severity: critical
22
flags: '--dom -r'
23
```
0 commit comments