Kiran
Kiran
faced the same issue and wondering it's still not resolved !!
Dunner requires local installation, which means different developers can be running different versions of Dunner. Where as if you see mvnw or gradlew uses a wrapper script committed to source...
now it also has critical vulnerabilities for CVE-2022-40674.
In meanwhile, whats your recommendations.... Shall we create our own custom builder with buildpacks that we need ?
on the other note, do you know how to achieve the same without `pack` but using the [`/cnb/lifecycle/creator`](https://github.com/buildpacks/rfcs/blob/main/text/0026-lifecycle-all.md#usage). probably the `creator`s `-buildpacks` arg can be used but it accepts directory...
other alternative is to use the purpose built tools like [apicurio](https://www.apicur.io/registry/) and integrate it via the plugin.
+1 ``` Invalid values: Argument: format, Given: "json,junit", Choices: "json", "stylish", "junit", "html", "text", "teamcity", "pretty", "github-actions", "sarif" ```
> Long term yes. Short term, there is a problem preventing this. > > The Paketo builders have a lot of layers to them, so many that we are getting...
I could use the oauth2 token using the `security` section in the specmatic.json, but it uses only the hardcoded value. is it possible to provide the env variable/placeholder in the...
To address the broader range of usecases, It would be great if you can make it configurable - to use real tokenUrl to get the token using the clientId/clientSecret via...