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
macaron analyze -purl pkg:maven/dev.sigstore/[email protected]
The Build As Code check passed with the following two deploy commands:
["mvn", "clean", "deploy", "--no-transfer-progress", "$@"]
Looking through its source code - https://github.com/sigstore/sigstore-java/tree/v1.0.0 shows that it's a Gradle project.
The 2 deploys commands are extracted from https://github.com/sigstore/sigstore-java/blob/d2603344a9357cb73142cb65caf5f39ddb428395/.github/workflows/examples.yaml (as shown in the database).
At this line it ran a shell script, which contains that mvn command - here.
Macaron reports 2 build tools for this PURL: gradle and maven.
The text was updated successfully, but these errors were encountered:
behnazh-w
No branches or pull requests
Reproducing the issue
The Build As Code check passed with the following two deploy commands:
["mvn", "clean", "deploy", "--no-transfer-progress", "$@"]
["mvn", "clean", "deploy", "--no-transfer-progress", "$@"]
Initial investigation
Looking through its source code - https://github.com/sigstore/sigstore-java/tree/v1.0.0 shows that it's a Gradle project.
The 2 deploys commands are extracted from https://github.com/sigstore/sigstore-java/blob/d2603344a9357cb73142cb65caf5f39ddb428395/.github/workflows/examples.yaml (as shown in the database).
At this line it ran a shell script, which contains that mvn command - here.
Macaron reports 2 build tools for this PURL: gradle and maven.
The text was updated successfully, but these errors were encountered: