Skip to content

Commit

Permalink
Create Gitleaks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlouthain-arcadia committed Jun 25, 2024
1 parent dff432b commit cdaef5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: GitLeaks
on:
pull_request:
push:

permissions:
contents: read
pull-requests: write

jobs:
scan:
name: gitleaks
uses: ArcadiaPower/gitleaks-workflow/.github/workflows/gitleaks.yaml@5ae02b51d3614e5227a7d618e9e9d457cadae74a
secrets: inherit

0 comments on commit cdaef5c

Please sign in to comment.