Andre Guerra

Results 22 comments of Andre Guerra

@chengshifan Can you please review this? I am not sure if that's all it takes to grant the accesses we need to project tokens.

Hello @chengshifan ! Access to `vault` specific endpoints alone won't cut it. I also need GET on `projects` and `projects/` to facilitate project id lookup from project name. I've added...

Closing since it's been implemented [here](https://github.com/SAP/InfraBox/commit/6f32331d19bff8d3563cd1c687a91060905b83d5#diff-b7401b9acb985aa3753648efc3c4d21f27e3e405f3bf84315653564b16978036).

I am facing the exact same issue @mrcz. Did you figure out how to fix it? If so, can you share your solution here?

I recently came across the answer to the `docker-inspector` and `synopsys-detect` JAR's. Activity log on the scan with `synopsys-detect` points that `docker-inspector` gets called by it at runtime. So using...

Adding on top of this. After successfully calling `synopsys-detect` with `--detect.tools="BINARY_SCAN"`, results that appeared in BDBA seem to also appear in Blackduck Hub.

Hello folks! The client now uses python poetry to manage dependencies instead of regular `requirements.txt`. Install instructions are on the client readme file [here](https://github.com/danielmiessler/fabric/blob/main/client/README.md). I think this is just a...

> #Can you submit a PR to update that readme? @danielmiessler It's PR #72.

@BryanKerrEdTech Steps 5 and 6 seem to point to how to add the CLI to your PATH. If you're running the cli after running `poetry shell`, the virtualenv it creates...

@danielmiessler @xssdoctor ## A couple of ideas I am thinking this could have the following solutions: 1. We think of a way of enhansing the `setup.sh` file to emcompass the...