Skip to content

Commit

Permalink
Add security scan (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSlama authored Aug 26, 2024
1 parent 727f125 commit 1f30e08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/security-secrets-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Security Scan
on:
pull_request_review_comment:
types: [created]
pull_request:

jobs:
call_secret_scanning:
uses: toptal/actions/.github/workflows/security-scan.yml@main

0 comments on commit 1f30e08

Please sign in to comment.