-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Below are the errors I get when running using the repo against the root dir like the README suggests, and having changed nothing:
(.venv) ➜ clientportal-be git:(dev) semgrep --config /opt/tools/semgrep/semgrep-rules .
┌──── ○○○ ────┐
│ Semgrep CLI │
└─────────────┘
semgrep error: null values prohibited
--> /opt/tools/semgrep/semgrep-rules/.github/workflows/semgrep-rules-test.yml:3
2 | on:
3 | pull_request:
| ^
4 | push:
In semgrep YAML configuration, null values are prohibited
(.venv) ➜ clientportal-be git:(dev) semgrep --config /opt/tools/semgrep/semgrep-rules .
┌──── ○○○ ────┐
│ Semgrep CLI │
└─────────────┘
semgrep error: null values prohibited
--> /opt/tools/semgrep/semgrep-rules/.github/workflows/semgrep-rules-format.yml:3
2 | on:
3 | pull_request:
| ^
4 | push:
If i comment out the affending lines, it appears to work but then we get a whole mess of other errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels