Skip to content

Commit

Permalink
Add secret scanning workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zepto-gaurav committed Sep 17, 2024
1 parent 9afae26 commit 69e3847
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/secret-scanning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run Secret Scanning

on:
pull_request:
push:
branches:
- main
- master
workflow_dispatch:

jobs:
scan-secrets:
uses: zeptonow/workflow-hub/.github/workflows/secret-scanning.yml@main
secrets: inherit

0 comments on commit 69e3847

Please sign in to comment.