File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"jetbrains.resharper.globaltools" : {
6
- "version" : " 2023.3.4 " ,
6
+ "version" : " 2024.1.2 " ,
7
7
"commands" : [
8
8
" jb"
9
9
]
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ UpgradeLog.htm
45
45
46
46
# results file of `jb inspectcode`
47
47
inspect.xml
48
+ inspect.sarif
48
49
example-inspect.xml
49
50
50
51
# environment-specific app settings
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ definitions:
11
11
- dotnet build --no-restore
12
12
- dotnet jb inspectcode --config=inspectcode.config
13
13
14
- # create resharper inspections report
15
- - pipe : docker://loremfoobar/resharper-inspections- bitbucket-pipe:1 .1.0
14
+ # create pipeline report based on sarif file
15
+ - pipe : docker://loremfoobar/sarif- bitbucket-pipe:0 .1.0
16
16
variables :
17
- INSPECTIONS_XML_PATH : " inspect.xml "
17
+ SARIF_FILE_PATH : " inspect.sarif "
18
18
BITBUCKET_USERNAME : $LFB_BB_USERNAME
19
19
BITBUCKET_APP_PASSWORD : $LFB_READ_BB_APP_PASSWORD
20
20
DEBUG : " true"
Original file line number Diff line number Diff line change 10
10
<TargetsForReferences />
11
11
<TargetsForItems />
12
12
<Extensions />
13
- <OutputFile >inspect.xml </OutputFile >
14
- <OutputFileFormat >Xml </OutputFileFormat >
13
+ <OutputFile >inspect.sarif </OutputFile >
14
+ <OutputFileFormat >Sarif </OutputFileFormat >
15
15
<ParallelJobs >0</ParallelJobs >
16
16
<UseAbsolutePaths >false</UseAbsolutePaths >
17
17
<SolutionWideAnalysis >true</SolutionWideAnalysis >
You can’t perform that action at this time.
0 commit comments