Skip to content

Commit c502a43

Browse files
authored
Update README.md
1 parent e98ac0a commit c502a43

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
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
- name: Exposure Analysis Step
1313
id: exposure
14-
uses: SecureStackCo/actions-exposure@main
14+
uses: SecureStackCo/actions-exposure@v0.1.0
1515
with:
1616
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
1717
securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}
1818
severity: critical
19-
flags: '--dom'
19+
flags: '--dom -r'
2020
```
2121

2222
## Getting your SecureStack API Key and Application ID

0 commit comments

Comments
 (0)