sbs
sbs
Thanks ! We're working on this at [console side](https://app.crowdsec.net/) , as it's more appropriate there. Meanwhile sign up if you haven't already and stay tuned.
Is the old wizard broken somehow ? On a fresh instance I get: ``` ubuntu@primary:~/Home/work/crowdsec/crowdsec-v1.4.2-rc4$ sudo ./wizard.sh --install --unattended INFO[10/28/22:19:08:29] crowdsec_wizard: checking if crowdsec is installed INFO[10/28/22:19:08:29] crowdsec_wizard: installing crowdsec...
Yes exactly. This would also make it easy to use the tool in scripts.
For now I'm using this hacky way to acheive this: ``` docker run -v /app:/scan ms_cd scan --Verbosity=Quiet --SourceDirectory /scan --ManifestFile=/dev/stdout ```
@aasim >Instead of building the app from source, can you please just use the release artifacts from [here](https://github.com/microsoft/sbom-tool/releases/latest) and run it. If you use the url https://github.com/microsoft/sbom-tool/releases/latest to download the...
@aasim ping ^
@aasim ping again
@aasim sorry for the delay. I've implemented your suggestions.
@microsoft-github-policy-service agree
How is the junit xml suppsed to look like ? The closest thing I could find was mypy's junit output eg : ``` vulnerabilities/tests/conftest.py:26: error: Skipping analyzing 'pytest': found module...