File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 38
38
# Path to working directory.
39
39
installDir : c:\Program Files\Parasoft\dotTEST\2022.2
40
40
testConfig : OWASP Top 10-2021
41
- property : ' scope.scontrol.files.filter.mode=local'
41
+ property : ' scope.scontrol.files.filter.mode=branch;
42
+ scope.scontrol.ref.branch=origin/main;
43
+ scope.scontrol=true;
44
+ scontrol.rep1.type=git;
45
+ scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }};
46
+ scontrol.rep1.git.branch=${{github.branch}};
47
+ scontrol.rep1.git.workspace=${GITHUB_WORKSPACE};
48
+ scontrol.git.exec=C:\Program Files\Git\bin\git.exe'
42
49
43
50
# ---------------------------------------------------------------
44
51
# Upload the findings into the GitHub code scanning alert section
53
60
uses : actions/upload-artifact@v2
54
61
with :
55
62
name : Report files
56
- path : ${{ steps.dottest_sa.outputs.reportDir }}/*.*
63
+ path : ${{ steps.dottest_sa.outputs.reportDir }}/*.*
You can’t perform that action at this time.
0 commit comments