Skip to content

Commit

Permalink
Fixing call
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 26, 2024
1 parent 36d3790 commit 1564707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
shell: bash
run: |
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
docker exec hostsvc-link bash -c "codeql database create my-codeql-database --language=csharp"
docker exec hostsvc-link bash -c "bash /root/codeql/codeql/codeql database create my-codeql-database --language=csharp"
- name: manual-build-project-service
shell: bash
Expand All @@ -122,7 +122,7 @@ jobs:
shell: bash
run: |
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
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"
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"
- name: Upload analysis results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1564707

Please sign in to comment.