We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Gradle, how we react to the CycloneDX plugin being applied should be listed in https://docs.spring.io/spring-boot/gradle-plugin/reacting.html. For both Maven and Gradle, we'd like to make the build setup instructions currently located in https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.sbom a bit easier to find. The SBOM is somewhat analogous to the git.properties that's picked up by the info endpoint. Its build setup is documented at https://docs.spring.io/spring-boot/how-to/build.html#howto.build.generate-git-info so perhaps we need something similar for the SBOM stuff.
The text was updated successfully, but these errors were encountered:
5754be3
mhalbritter
No branches or pull requests
For Gradle, how we react to the CycloneDX plugin being applied should be listed in https://docs.spring.io/spring-boot/gradle-plugin/reacting.html. For both Maven and Gradle, we'd like to make the build setup instructions currently located in https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.sbom a bit easier to find. The SBOM is somewhat analogous to the git.properties that's picked up by the info endpoint. Its build setup is documented at https://docs.spring.io/spring-boot/how-to/build.html#howto.build.generate-git-info so perhaps we need something similar for the SBOM stuff.
The text was updated successfully, but these errors were encountered: