Skip to content

Commit d69cd39

Browse files
authored
Create securestack-sca.yml
1 parent 75ffa29 commit d69cd39

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Example Workflow Using SecureStack Application Composition Analysis Action
2+
on: push
3+
jobs:
4+
security:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout repo for running code analysis within workflow
8+
id: checkout
9+
uses: actions/[email protected]
10+
with:
11+
fetch-depth: 0
12+
- name: Code Analysis Step
13+
id: code
14+
uses: SecureStackCo/actions-code@main
15+
with:
16+
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
17+
securestack_app_id: ${{ secrets.SECURESTACK_API_KEY }}
18+
severity: critical
19+
language: node
20+
flags: '--path . --debug'

0 commit comments

Comments
 (0)