We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a342efc commit c9e5dbdCopy full SHA for c9e5dbd
actions/ql/lib/ext/config/poisonable_steps.yml
@@ -72,5 +72,5 @@ extensions:
72
- ["(python[\\d\\.]*)\\s+([^\\s]+)\\.py\\b", 2]
73
- ["(python[\\d\\.]*)\\s+([\\-m]+)\\s+(\\w+)\\b", 2] # eg: pythonX -m anything(dir or file)
74
- ["(ruby)\\s+([^\\s]+)\\.rb\\b", 2]
75
- - ["(go)\\s+(generate|run)\\s+([^\\s]+)", 3]
+ - ["(go)\\s+(generate|run)(?:\\s+-[^\\s]+)*\\s+([^\\s]+)", 3]
76
- ["(dotnet)\\s+([^\\s]+)\\.csproj\\b", 2]
0 commit comments