Skip to content

Commit a47e4ff

Browse files
authored
Update semgrep.yml
1 parent e1f0ddd commit a47e4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
--exclude-rule=detect-generic-ai-gem \
4141
--exclude-rule=detect-generic-ai-oai \
4242
--exclude="*.html" --exclude="*.js" \
43+
--baseline-commit=${{ github.event.pull_request.base.sha }} \
4344
--json > /tmp/semgrep-results.json || true
4445
- name: Notice
4546
shell: bash

0 commit comments

Comments
 (0)