Skip to content

Commit

Permalink
added a secrets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
6mile authored Feb 2, 2022
1 parent 9167878 commit c2c3584
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/securestack-secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Example SecureStack Secrets Analysis GitHub Action
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout repo for running secrets analysis within workflow
id: checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Secrets Analysis Step
id: secrets
uses: SecureStackCo/[email protected]
with:
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
severity: critical
flags: '-d 1'

0 comments on commit c2c3584

Please sign in to comment.