Commit 291f0ce
agilira
fix: Security scan excludes examples with separate go.mod
- Fix gosec panic on otel_integration example
- Exclude examples/, benchmarks/, overhead-benchmarks/ from security scan
- These directories have separate go.mod files with external dependencies
- Maintain security scanning for main module and cmd/
- Resolves blocking PR checks for Dependabot updates
Fixes: Security scan exit code 1 blocking PR #81 parent 450b847 commit 291f0ce
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments