File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
shell : bash
103
103
run : |
104
104
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
105
- docker exec hostsvc-link bash -c "codeql database create my-codeql-database --language=csharp"
105
+ docker exec hostsvc-link bash -c "bash /root/codeql/codeql/ codeql database create my-codeql-database --language=csharp"
106
106
107
107
- name : manual-build-project-service
108
108
shell : bash
@@ -122,7 +122,7 @@ jobs:
122
122
shell : bash
123
123
run : |
124
124
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
125
- docker exec hostsvc-link bash -c "codeql database analyze my-codeql-database security-extended,security-and-quality --format=csv --output=/var/spacedev/tmp/analysis-results.csv"
125
+ docker exec hostsvc-link bash -c "bash /root/codeql/codeql/ codeql database analyze my-codeql-database security-extended,security-and-quality --format=csv --output=/var/spacedev/tmp/analysis-results.csv"
126
126
127
127
- name : Upload analysis results
128
128
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments