Commit a1078d23 authored by Sean McGivern's avatar Sean McGivern

Merge branch '213577-use-default-lc-name' into 'master'

Switch to default report name

See merge request gitlab-org/gitlab!35159
parents 8f4a06ed 0240c484
---
title: Switch to use default report name for license_scanning job
merge_request: 35159
author:
type: changed
......@@ -18,7 +18,6 @@ license_scanning:
name: "$SECURE_ANALYZERS_PREFIX/license-finder:$LICENSE_MANAGEMENT_VERSION"
entrypoint: [""]
variables:
LM_REPORT_FILE: gl-license-scanning-report.json
LM_REPORT_VERSION: '2.1'
SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD
allow_failure: true
......@@ -26,7 +25,7 @@ license_scanning:
- /run.sh analyze .
artifacts:
reports:
license_scanning: $LM_REPORT_FILE
license_scanning: gl-license-scanning-report.json
dependencies: []
rules:
- if: $LICENSE_MANAGEMENT_DISABLED
......
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