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 75ffa29 commit d69cd39Copy full SHA for d69cd39
.github/workflows/securestack-sca.yml
@@ -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
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