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 c737488 commit 6c16737Copy full SHA for 6c16737
.github/workflows/main.yml
@@ -11,10 +11,10 @@ jobs:
11
fetch-depth: 0
12
- name: Code Analysis Step
13
id: code
14
- uses: SecureStackCo/actions-code@main
+ uses: SecureStackCo/actions-code@v0.1.0
15
with:
16
- securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17
- securestack_app_id: 'abb7fb5c-fa15-4baa-9dfd-3e77316f80a2'
+ securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
+ securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
18
severity: critical
19
language: node
20
flags: '--path test/ --debug'
0 commit comments