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 9167878 commit c2c3584Copy full SHA for c2c3584
.github/workflows/securestack-secrets.yml
@@ -0,0 +1,19 @@
1
+name: Example SecureStack Secrets Analysis GitHub Action
2
+on: push
3
+jobs:
4
+ security:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout repo for running secrets analysis within workflow
8
+ id: checkout
9
+ uses: actions/checkout@v2.4.0
10
+ with:
11
+ fetch-depth: 0
12
+ - name: Secrets Analysis Step
13
+ id: secrets
14
+ uses: SecureStackCo/actions-secrets@v0.1.2
15
16
+ securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
17
+ securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
18
+ severity: critical
19
+ flags: '-d 1'
0 commit comments