-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Mack
committed
Jul 10, 2024
1 parent
814b7f0
commit bacd390
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql pack download codeql/[email protected]" | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql pack download codeql/[email protected]" | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql pack download codeql/[email protected]" | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql pack download githubsecuritylab/codeql-python-queries" | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql pack download githubsecuritylab/codeql-csharp-queries" | ||
echo "" | ||
|
@@ -141,7 +141,7 @@ jobs: | |
echo "" | ||
echo "Database Query..." | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql database analyze $database_name codeql/csharp-queries codeql/csharp-solorigate-queries githubsecuritylab/codeql-python-queries --format=csv --output=/var/spacedev/tmp/analysis-results.csv" | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql database analyze $database_name codeql/csharp-queries codeql/csharp-solorigate-queries githubsecuritylab/codeql-csharp-queries --format=csv --output=/var/spacedev/tmp/analysis-results.csv" | ||
echo "Get help..." | ||
docker exec $container_name bash -c "bash /root/codeql/codeql/codeql database analyze -h" | ||
|