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 e98ac0a commit c502a43Copy full SHA for c502a43
README.md
@@ -11,12 +11,12 @@ jobs:
11
steps:
12
- name: Exposure Analysis Step
13
id: exposure
14
- uses: SecureStackCo/actions-exposure@main
+ uses: SecureStackCo/actions-exposure@v0.1.0
15
with:
16
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17
securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}
18
severity: critical
19
- flags: '--dom'
+ flags: '--dom -r'
20
```
21
22
## Getting your SecureStack API Key and Application ID
0 commit comments