Maximilian Huber
Maximilian Huber
I think that this is more complicated that it sounds due to two factors: - we have a permission model which might prevent you from seeing another upload. Should this...
The problem is that you (normally) upload an archive which contains multiple files. This is then **asynchronously** extracted by the backend and at that step one would be able to...
Is there a way to unresolve a conversation, I think https://github.com/oss-review-toolkit/ort/pull/4746#discussion_r757104461 (and https://github.com/heliocastro/ort/pull/18) is worth to think about
Started splitting in up: ```diff diff --git a/Dockerfile b/Dockerfile index df2389a68..a66f774e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,34 +122,34 @@ COPY "$CRT_FILES" /tmp/certificates/ RUN /opt/ort/bin/import_proxy_certs.sh && \ if [ -n...
Interesting, after the above change it was successful. I tested it previously before that change with podman and docker.
The problem is the following part: ``` error building image: error building stage: failed to optimize instructions: failed to process "RUN PROXY_HOST_AND_PORT=${https_proxy#*://} && if [ -n \"$PROXY_HOST_AND_PORT\" ]; then SDK_MANAGER_PROXY_OPTIONS=\"--proxy=http...
this part does not seem to have issues on my host (where `sh` is actually a `bash`). Not sure what is used in the kaniko build
I would suggest to also have a look at https://github.com/maxhbr/LDBcollector/tree/generated. This is also a comprehensive set of license metadata and classification and the license conditions are clear
I created a new rule that just applies to `v1.8` and overwrites `v1.*` for that. It is a plain copy of the current `master` rules  This should mitigate the...
And creating a PR would require codeowner reviews again?