-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This avoids installing semgrep in poetry dependencies and pulling tons of libs.
- Loading branch information
Showing
4 changed files
with
119 additions
and
603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,18 @@ jobs: | |
poetry run poe linters | ||
poetry run poe test | ||
poetry build | ||
semgrep: | ||
timeout-minutes: 20 | ||
runs-on: ubuntu-24.04 | ||
container: | ||
image: semgrep/semgrep:1.100.0 | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Run Semgrep | ||
run: | | ||
semgrep --config=auto --error --timeout=15 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.