введите описание изображения здесь
ошибка при запуске расширенного сканирования безопасности с использованием codeql в моем Azure Devops. Я установил самостоятельные агенты с именем dev-pool
и установил их на компьютер с Ubuntu (ec2), во время работы все равно показывает
A fatal error occurred: python-security-extended.qls is not a .ql file, .qls file, a directory, or a query pack specification.
unning builtin query pack python-security-extended.qls for python
/home/ubuntu/myagent/_work/_tool/CodeQL/0.0.0-2.16.5/x64/codeql/codeql database analyze --min-disk-free=1024 --output=/home/ubuntu/myagent/_work/_temp/advancedsecurity.codeql/out/189.32512.CodeQL.7386c1.python.builtin.sarif --format=sarifv2.1.0 --sarif-add-query-help --sarif-group-rules-by-pack --sarif-multicause-markdown --print-diagnostics-summary --print-metrics-summary --threads=0 --ram=10973 /home/ubuntu/myagent/_work/_temp/advancedsecurity.codeql/d/python python-security-extended.qls
Running queries.
A fatal error occurred: python-security-extended.qls is not a .ql file, .qls file, a directory, or a query pack specification.
##[warning] Error: Error running the 'database analyze' CodeQL command (2)
##[warning] Error: Error running the 'database analyze' CodeQL command (2)
at g.databaseAnalyze (/home/ubuntu/myagent/_work/_tasks/AdvancedSecurity-Codeql-Analyze_a9efc1ef-3900-494f-a460-963e3f5f6928/1.1.349/index.js:1:83569)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async t.Analyze.runQueries (/home/ubuntu/myagent/_work/_tasks/AdvancedSecurity-Codeql-Analyze_a9efc1ef-3900-494f-a460-963e3f5f6928/1.1.349/index.js:1:64208)
at async /home/ubuntu/myagent/_work/_tasks/AdvancedSecurity-Codeql-Analyze_a9efc1ef-3900-494f-a460-963e3f5f6928/1.1.349/index.js:1:72572
##[warning] Error running analysis for python: Error: Error running the 'database analyze' CodeQL command (2)
##[error]Error running analysis for python: Error: Error running the 'database analyze' CodeQL command (2)
Подробнее здесь: https://stackoverflow.com/questions/798 ... le-qls-fil