Skip to content

Commit

Permalink
Merge branch 'main' into clem_homogeneize_generation_params
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Dec 11, 2024
2 parents 521559f + de8dba3 commit 91363fe
Show file tree
Hide file tree
Showing 14 changed files with 855 additions and 2,798 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:

name: Scan Secret Leaks

permissions:
contents: read

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

Loading

0 comments on commit 91363fe

Please sign in to comment.