Skip to content

Commit

Permalink
feat: add secret scanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jzqiu-arista committed Jun 13, 2024
1 parent 44ea16a commit 8f779ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/secret-scanner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
types: [synchronize]
push:
branches:
- main
name: Secret Scanner (go/secret-scanner)
jobs:
scan_secret:
name: Scan incoming changes
runs-on: ubuntu-latest
steps:
- name: Run scanner
uses: aristanetworks/secret-scanner-service-public@main

0 comments on commit 8f779ab

Please sign in to comment.