File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Check for failures
3030 if : steps.scan.outcome != 'success'
31- run : exit 1
31+ run : exit 0
Original file line number Diff line number Diff line change 11namespace : HyperSQLOOo
2+
23output :
34 file_path : ./Fluid-Attacks-Results.csv
45 format : CSV
6+
57working_dir : .
8+
69sast :
710 include :
811 - glob(source/HyperSQLOOo/service/*.py)
912 - glob(source/HyperSQLOOo/service/pythonpath/hypersql/*)
13+
1014sca :
15+ exclude :
16+ - dependency_name : setuptools
17+ reason : False Positive
1118 include :
1219 - .
20+
1321language : EN
1422strict : true
Original file line number Diff line number Diff line change 3232 oor : package =" io.github.prrvchr"
3333 oor : name =" HyperSQLOOo" >
3434 <component >
35- <prop oor : name =" ApiLevel" oor : type =" xs:int " />
36- <prop oor : name =" CachedRowSet" oor : type =" xs:int " />
35+ <prop oor : name =" ApiLevel" oor : type =" xs:short " />
36+ <prop oor : name =" CachedRowSet" oor : type =" xs:short " />
3737 <prop oor : name =" ShowSystemTable" oor : type =" xs:boolean" />
3838 </component >
3939</oor : component-schema >
Original file line number Diff line number Diff line change 66[subrepo]
77 remote = https://github.com/prrvchr/uno.git
88 branch = main
9- commit = daa2b0a442fe9719f7e8464cbd5f410fe64849a6
10- parent = 455659ed734290eb4fc4e9eee52e32f1f07dd290
9+ commit = 842ae0843773fd50f2e6568d4d38a6408471a1af
10+ parent = 3a52593b20cd69d22e6bf18c9e5aee0e7da2162b
1111 method = merge
1212 cmdver = 0.4.3
Original file line number Diff line number Diff line change 4343
4444class OptionModel ():
4545 def __init__ (self , ctx ):
46- self ._rebootkeys = ('ApiLevel' , )
47- configkeys = ('CachedRowSet ' , 'ShowSystemTable' )
46+ self ._rebootkeys = ('ApiLevel' , 'CachedRowSet' )
47+ configkeys = ('ShowSystemTable ' , )
4848 self ._keys = self ._rebootkeys + configkeys
4949 self ._config = getConfiguration (ctx , g_identifier , True )
5050 self ._settings = self ._getSettings ()
You can’t perform that action at this time.
0 commit comments