Skip to content

Merge pull request #137 from CMSgov/jamesdemery/bb2-4642-immutable-ve… #49

Merge pull request #137 from CMSgov/jamesdemery/bb2-4642-immutable-ve…

Merge pull request #137 from CMSgov/jamesdemery/bb2-4642-immutable-ve… #49

Workflow file for this run

name: Check for Secrets
on:
pull_request:
push:
jobs:
scan-for-secrets:
name: Run gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with: {fetch-depth: 0}
- name: Check for GitLeaks
uses: gacts/gitleaks@v1