Skip to content

Commit 0e3a8fc

Browse files
authored
Merge pull request #605 from DataDog/s.obregoso/extending_code_execution
extending code execution rule to init files
2 parents 64763d5 + ce2ce20 commit 0e3a8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guarddog/analyzer/sourcecode/code-execution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ rules:
123123
include:
124124
- "*/setup.py"
125125
- "*/code-execution.py"
126+
- "*/__init__.py"
126127
severity: WARNING
127128

128129

0 commit comments

Comments
 (0)