Firas AlShafei
Firas AlShafei
Is removing UAC validation the best approach here? It seems like a regression; If I understood correctly you came to the conclusion that the root cause is failed UAC prompting/alerting,...
One way we've been dealing with this in our pipelines is by using `syft` output as the `grype` input for multiple templates. ## Generate the syft json Generating `syft.json` ```bash...
I use the mkdocs_build_plantuml project for that functionality since it replaces it with an image file so lightbox doesn't have an issue dealing with it. I'm interested in implementing this...
I looked into this some more and got a hacky version working but it's not pretty. I've decided it's not worth the effort and increased complexity to support. It includes...
@MikhailKravets thank you for the awesome well structured project, it was easy to deal with :+1: I was curious about the C4 diagrams, so I tested it out and i'm...
All the formatting changes are in the last commit, only after pushing did I realize I should have probably checked with you first on such a big style-only change. Please...