Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
25e0a567
Commit
25e0a567
authored
Apr 17, 2020
by
mo khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace after_script with usage of LM_REPORT_FILE
parent
2bbc2053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lib/gitlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
...tlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
+1
-2
No files found.
lib/gitlab/ci/templates/Security/License-Scanning.gitlab-ci.yml
View file @
25e0a567
...
...
@@ -14,12 +14,11 @@ license_scanning:
name
:
"
registry.gitlab.com/gitlab-org/security-products/license-management:$LICENSE_MANAGEMENT_VERSION"
entrypoint
:
[
"
"
]
variables
:
LM_REPORT_FILE
:
gl-license-scanning-report.json
SETUP_CMD
:
$LICENSE_MANAGEMENT_SETUP_CMD
allow_failure
:
true
script
:
-
/run.sh analyze .
after_script
:
-
mv gl-license-management-report.json gl-license-scanning-report.json
artifacts
:
reports
:
license_scanning
:
gl-license-scanning-report.json
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment