Skip to content
Snippets Groups Projects
Commit 9029fa46 authored by Clement Bois's avatar Clement Bois
Browse files

fix: typo in sbom outputName

parent c07f3ef3
No related branches found
No related tags found
No related merge requests found
......@@ -491,13 +491,13 @@ mvn-sbom:
dependencies: []
script:
- mvn ${TRACE+-X} $MAVEN_CLI_OPTS $mvn_settings_opt $java_proxy_args $MAVEN_SBOM_GEN_ARGS -DoutputName=mvn-sbom.cyclonedx -DoutputFormat=json
- chmod a+r target/maven-sbom.cyclonedx.json
- chmod a+r target/mvn-sbom.cyclonedx.json
artifacts:
name: "SBOM for Maven from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
expire_in: 1 week
when: always
paths:
- "${MAVEN_PROJECT_DIR}/target/maven-sbom.cyclonedx.json"
- "${MAVEN_PROJECT_DIR}/target/mvn-sbom.cyclonedx.json"
rules:
# exclude if disabled
- if: '$MAVEN_SBOM_DISABLED == "true"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment