Skip to content

Commit 892865c

Browse files
authored
updated main workflow file
updated the exposure version to v0.1.2 and updated the app_id variable
1 parent 6f19abc commit 892865c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
steps:
77
- name: Exposure Analysis Step
88
id: exposure
9-
uses: SecureStackCo/[email protected].0
9+
uses: SecureStackCo/[email protected].2
1010
with:
11-
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
12-
securestack_app_id: 'a9ad205b-d519-4a95-833d-304b6e82be21'
11+
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
12+
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
1313
severity: critical
1414
flags: '--dom -r'

0 commit comments

Comments
 (0)