Commit a570cf25 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Merge branch 'lm-report-name' into 'master'

Replace after_script with usage of LM_REPORT_FILE

See merge request gitlab-org/gitlab!29793
parents 3c1182f1 25e0a567
...@@ -14,12 +14,11 @@ license_scanning: ...@@ -14,12 +14,11 @@ license_scanning:
name: "registry.gitlab.com/gitlab-org/security-products/license-management:$LICENSE_MANAGEMENT_VERSION" name: "registry.gitlab.com/gitlab-org/security-products/license-management:$LICENSE_MANAGEMENT_VERSION"
entrypoint: [""] entrypoint: [""]
variables: variables:
LM_REPORT_FILE: gl-license-scanning-report.json
SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD
allow_failure: true allow_failure: true
script: script:
- /run.sh analyze . - /run.sh analyze .
after_script:
- mv gl-license-management-report.json gl-license-scanning-report.json
artifacts: artifacts:
reports: reports:
license_scanning: gl-license-scanning-report.json license_scanning: gl-license-scanning-report.json
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment