Δpxitekt0r

Results 12 comments of Δpxitekt0r

> @apxitekt0r, I don't really get what you want. Could you please write steps to reproduce the issue and what you would want to achieve? Maybe also a screenshot would...

> The question is: Is this useful? In my eyes not. > Engagements should reflect only one single repository. So I would rather suggest to remove the irritating repo uri...

Is it possible to change code and work logic?

I haven't rewrite code yet to try PR.

``` # base image FROM ubuntu:22.04 # install python RUN apt-get install -y\ python3\ python3-pip # install semgrep RUN python3 -m pip install semgrep ``` > docker build --no-cache ....

In logs installed last version (on date when i wrote this comment) but after run image to check version, semgrep return message about old version

Maybe this host OS bug... I'll try to repeat it on another host OS to check what will happen.

I repeated to build image in another host OS and see the same results. If you build like in my configuration I think you will see the same results.

> Your dockerfile fails to build for me due to the lack of a package cache. I can build it if I add `apt-get update`, but I cannot reproduce the...

@emjin yes its work. I think something another do this bug when i install other application. You can close this issue