Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/scan_for_secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Scan for Secrets

# This workflow tests that the action can successfully
# scan a GitHub repository. This workflow runs automatically
# every 6 hours, and on pushes.

on: [push]

jobs:
daily_job:
runs-on: ubuntu-latest
environment:
name: plugin-development

steps:
- name: Checkout this repository
uses: actions/checkout@v4

- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.73.0
with:
extra_args: --only-verified