mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-02 22:31:44 +08: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
|