Skip to content

Merge branch 'main' into PIGS-74_Workflow_examples #22

Merge branch 'main' into PIGS-74_Workflow_examples

Merge branch 'main' into PIGS-74_Workflow_examples #22

Workflow file for this run

name: Gitleaks
on: [push,pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: gitleaks-action
uses: Nitro/gitleaks-action@master
# This uses our fork of the action