Firas AlShafei

Results 10 comments of 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...

@MikhailKravets I had a whole writeup here that I somehow didn't submit it so here's an attempt at recreating it a few days later. I looked into this and it...

Do you need help with the PR #601or are there any blockers to its inclusion?

That makes sense. if we could extend the templating behavior to expose an equivalent to `{{ now }}` then it should suffice for reporting use-cases. I understand `sprig` was intentionally...

@kzantow I've hacked together a `convert` cli option (while working on a template) but had to make some assumptions about passing forward the descriptor and source - assuming that we...