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 6f19abc commit 892865cCopy full SHA for 892865c
.github/workflows/main.yml
@@ -6,9 +6,9 @@ jobs:
6
steps:
7
- name: Exposure Analysis Step
8
id: exposure
9
- uses: SecureStackCo/[email protected].0
+ uses: SecureStackCo/[email protected].2
10
with:
11
- securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
12
- securestack_app_id: 'a9ad205b-d519-4a95-833d-304b6e82be21'
+ securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
+ securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
13
severity: critical
14
flags: '--dom -r'
0 commit comments