Skip to content

Commit

Permalink
Create secret-scan.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lloyd-Jones <[email protected]>
  • Loading branch information
Sealjay authored Jul 6, 2023
1 parent 4975c1d commit 3e339c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Checking for Secrets on pushes to main
on:
push:
branches:
- main
- master
jobs:
check-secrets:
name: Checking for Secrets
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Secret Scanner
uses: secret-scanner/[email protected]

0 comments on commit 3e339c0

Please sign in to comment.