Skip to content

Commit

Permalink
Merge branch 'main' into add_swiss_legal_evals
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNiklaus authored Dec 12, 2024
2 parents bab94af + 93a056f commit 3746849
Show file tree
Hide file tree
Showing 43 changed files with 1,463 additions and 3,253 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

2 changes: 0 additions & 2 deletions community_tasks/_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def __init__(
suite=["community"],
generation_size=-1,
stop_sequence=None,
output_regex=None,
frozen=False,
)


Expand Down
Loading

0 comments on commit 3746849

Please sign in to comment.