David Riddervold Marconis
David Riddervold Marconis
I think this is the issue: https://github.com/aquasecurity/trivy-action/blob/master/entrypoint.sh#L33 You can avoid this behaviour by setting INPUT_LIMIT_SEVERITIES_FOR_SARIF=true Seems like a breaking change to me. Here is some testing: ```bash ❯ export INPUT_IMAGE_REF=node:23.2.0-alpine3.20...
This has been sitting for a month, so I'll ping the technical committee for csharp and java: @mandrean (2017/08) @shibayan (2020/02) @Blackclaws (2021/03) @lucamazzanti (2021/05) @iBicha (2023/07) @bbdouglas (2017/07) @sreeshas...
> Hi @david-marconis, thanks for the PR! This PR solves the compiler problem by not initializing the discriminator field anymore. But isn't this undesired behaviour? Wouldn't it be good to...
@martin-mfg I tried my hand at fixing it and it wasn't as straight forward as I wanted. I utilized the same solution as C# in order to solve the case...
> And just for the record I want to mention two more things. They don't need to be fixed here though. > > * Running OpenAPI Generator on the added...
> Thanks for the additional effort regarding the warnings! > > > This eliminates the warnings seen in the logs > > I actually still get the following warnings: >...
@martin-mfg, @wing328: Any chance of getting this merged soon?
@wing328 Can you please have a look at this. It has been approved for almost two months now. If there is anything else I need to add or do, please...
> I tested with > > ``` > java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -g csharp -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/1f8b90c4a660c8e6c6a7732847b2b964b5997c99/modules/openapi-generator/src/test/resources/3_0/enum_discriminator_inheritance.yaml -o /tmp/csharp23 --additional-properties targetFramework=net8.0 > ``` > > but got errors when running `dotnet...
> Hello @david-marconis I played around with this a bit more today. It seems we can't unset envs from `GITHUB_ENV`. > > I suggest saving and loading envs to a...