Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
exclude file to avoid core error (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Nov 5, 2021
1 parent 00d198f commit 4b78274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dd-import_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install semgrep dd-import
- name: Semgrep check
run: |
semgrep --config=r/python --json -o semgrep.json
semgrep --config=r/python --json -o semgrep.json --exclude dd_import/environment.py ./dd_import
- name: Upload Semgrep check to DefectDojo
env:
DD_TEST_NAME: Semgrep
Expand Down

0 comments on commit 4b78274

Please sign in to comment.