mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
16 lines
256 B
YAML
16 lines
256 B
YAML
on:
|
|
push:
|
|
|
|
name: Secret Leaks
|
|
|
|
jobs:
|
|
trufflehog:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Secret Scanning
|
|
uses: trufflesecurity/trufflehog@main
|