Commit 0240c484 authored by Tetiana Chupryna's avatar Tetiana Chupryna Committed by Sean McGivern

Switch to default report name

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