Skip to content

Feat/stake gateway2.5 updates #612

Feat/stake gateway2.5 updates

Feat/stake gateway2.5 updates #612

Workflow file for this run

# This runs Yelp's 'detect-secrets': https://github.com/Yelp/detect-secrets/blob/master/README.md
name: Scan Code for Secrets
on:
pull_request:
branches:
- develop # develop instead of master to reduce time-to-discover
jobs:
check-for-secrets:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Yelp's detect-secrets
uses: RobertFischer/detect-secrets-action@v2.0.0
- name: Commit back .secrets.baseline (if it was missing)
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "build(detect-secrets): Commit the newly-generated .secrets.baseline file"