File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# This is a basic workflow to help you get started with Actions
2
2
3
- name : dotTEST Static Analysis
3
+ name : dotTEST minimal Static Analysis
4
4
5
5
# Controls when the action will run.
6
6
on :
27
27
with :
28
28
fetch-depth : 0
29
29
30
- - name : Run dotTEST static analysis
31
- id : dottest_sa
30
+ - name : Run dotTEST min. SA
31
+ id : dottest_min_sa
32
32
# You may pin to the exact commit or the version.
33
33
# uses: tobyash86/run-dottest-analyzer-proto@1bc4be095189f455793afdb10b47127e06ae25ff
34
34
uses : parasoft/run-dottest-analyzer@master
41
41
scope.scontrol=true;
42
42
scontrol.rep1.type=git;
43
43
scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }};
44
- scontrol.rep1.git.branch=${{ github.branch }};
45
44
scontrol.rep1.git.workspace=${{ github.workspace }};
46
45
scontrol.git.exec=C:\Program Files\Git\bin\git.exe'
47
46
@@ -50,12 +49,12 @@ jobs:
50
49
- name : Upload static results to GitHub
51
50
uses : github/codeql-action/upload-sarif@v1
52
51
with :
53
- sarif_file : ${{ steps.dottest_sa .outputs.report }}
52
+ sarif_file : ${{ steps.dottest_min_sa .outputs.report }}
54
53
55
54
# ---------------------------------------------------------------
56
55
# Archive the findings reports as job artifact
57
56
- name : Upload static analysis artifacts
58
57
uses : actions/upload-artifact@v2
59
58
with :
60
59
name : Report files
61
- path : ${{ steps.dottest_sa .outputs.reportDir }}/*.*
60
+ path : ${{ steps.dottest_min_sa .outputs.reportDir }}/*.*
You can’t perform that action at this time.
0 commit comments