Jonathan Ballet

Results 89 comments of Jonathan Ballet

> @[ShubhamAvasthi](https://github.com/ShubhamAvasthi) ShubhamAvasthi requested review from [multani](https://github.com/multani) and removed request for [c2thorn](https://github.com/c2thorn) 4 minutes ago You can keep @c2thorn as the main reviewer, I don't have any power here :)

Any progress on this change? Can I help in any ways?

Probably a duplicate of #215

For those facing this issue: [the "create release" API returns 404 if the discussion category name is invalid](https://docs.github.com/en/free-pro-team@latest/rest/releases/releases?apiVersion=2022-11-28#create-a-release). ![image](https://github.com/softprops/action-gh-release/assets/65311/419dfaca-f3d6-4b0c-babc-40583897383e) If you are using the flag to create a discussion for...

@tom300z I explained the current problem with circular dependencies inhttps://github.com/OpenAPITools/openapi-generator/pull/16624#issuecomment-1732648095 : --- ### Circular dependencies The "circular dependency" test (`CircularReferenceModel` imports `FirstRef`, which imports `SecondRef`, which imports `CircularReferenceModel`) in [`petstore_api/models/circular_reference_model.py`](https://github.com/multani/openapi-generator/blob/python-typing-1/samples/openapi3/client/petstore/python/petstore_api/models/circular_reference_model.py)...

@AlbertXiaoPeng not sure if you find the problem. If not, can you check if you have the Discussions enabled in your repository and that the `discussion_category_name` name you use (`Release`...

This has been closed when merging #40 but I think that's a mistake, unless I missed something.

@glyph What did you have in mind exactly? Should it completely replace the configuration made in the Travis configuration file? In this case, I don't know if I'll be able...

This is due to the [`ToPathUri`](https://github.com/aquasecurity/trivy/blob/d99a7b82f7798c7bd9ee1ad088a4e480a628babb/pkg/report/sarif.go#L273-L284) which assumes that everything passed to it is a Docker image: https://github.com/aquasecurity/trivy/blob/d99a7b82f7798c7bd9ee1ad088a4e480a628babb/pkg/report/sarif_test.go#L368-L393