File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
security-events : write
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - run : semgrep scan --sarif --output=semgrep.sarif --error --severity=WARNING
20
+ - run : semgrep scan --sarif --output=semgrep.sarif --severity=WARNING --severity=ERROR
21
21
env :
22
22
SEMGREP_RULES : >-
23
23
p/bandit
26
26
p/cwe-top-25
27
27
p/default
28
28
p/gitlab-bandit
29
+ p/gitlab
29
30
p/gitleaks
30
31
p/insecure-transport
31
32
p/owasp-top-ten
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ class List(ListCommand):
82
82
sorting_support = True
83
83
columns = ['name' , 'user_id' , 'regions' ]
84
84
_formatters = {
85
+ # nosemgrep: python.lang.maintainability.return.return-not-in-function
85
86
"regions" : lambda line : "\n " .join (line ["regions" ])
86
87
}
87
88
You can’t perform that action at this time.
0 commit comments