Skip to content

Update implementation to reflect new governance professional role nam… #1023

Update implementation to reflect new governance professional role nam…

Update implementation to reflect new governance professional role nam… #1023

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: gitleaks-push
# Controls when the action will run. Triggers the workflow on push or pull request
# events for all branches
on:
push:
branches:
- '*'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '2'
- name: gitleaks-action
uses: gitleaks/[email protected]
with:
config-path: gitleaks.config