Patrowl / PatrowlEngines

PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
243 stars 71 forks source link

fixed docker build #368

Closed lolkev1 closed 11 months ago

lolkev1 commented 1 year ago

Hello,

This PR fixes the build for the sslscan engine, the Dockerfile would make the alpine machine crash @ apk add --update, one command would run sort --version-sort, which crashes without the added coreutil dep version-sort

the python requirement PyYaml installation did not work, https://github.com/yaml/pyyaml/issues/724 bumping to 6.0.1 fixes the engine,

and it also fixes the PatrowlManager/docker-compose.with-engines.yml build.

sebastien-powl commented 1 year ago

Because why not ;)

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 11 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell C 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

lolkev1 commented 11 months ago

cheers sorry i could have made it a bit more obvious