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
f87112fe
Commit
f87112fe
authored
Jan 19, 2022
by
dappelt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move debug variable as a workaround to an artifact upload bug
parent
6eec8e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+1
-2
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
f87112fe
...
@@ -112,7 +112,6 @@ yarn-audit-dependency_scanning:
...
@@ -112,7 +112,6 @@ yarn-audit-dependency_scanning:
name
:
registry.gitlab.com/gitlab-com/gl-security/security-research/package-hunter-cli:1.1.0
name
:
registry.gitlab.com/gitlab-com/gl-security/security-research/package-hunter-cli:1.1.0
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
variables
:
variables
:
DEBUG
:
'
*'
HTR_user
:
'
$PACKAGE_HUNTER_USER'
HTR_user
:
'
$PACKAGE_HUNTER_USER'
HTR_pass
:
'
$PACKAGE_HUNTER_PASS'
HTR_pass
:
'
$PACKAGE_HUNTER_PASS'
needs
:
[]
needs
:
[]
...
@@ -121,7 +120,7 @@ yarn-audit-dependency_scanning:
...
@@ -121,7 +120,7 @@ yarn-audit-dependency_scanning:
-
rm -r spec locale .git app/assets/images doc/
-
rm -r spec locale .git app/assets/images doc/
-
cd .. && tar -I "gzip --best" -cf gitlab.tgz gitlab/
-
cd .. && tar -I "gzip --best" -cf gitlab.tgz gitlab/
script
:
script
:
-
node /usr/src/app/cli.js analyze --format gitlab --manager ${PACKAGE_MANAGER} gitlab.tgz | tee ${CI_PROJECT_DIR}/gl-dependency-scanning-report.json
-
DEBUG=*
node /usr/src/app/cli.js analyze --format gitlab --manager ${PACKAGE_MANAGER} gitlab.tgz | tee ${CI_PROJECT_DIR}/gl-dependency-scanning-report.json
artifacts
:
artifacts
:
paths
:
paths
:
-
gl-dependency-scanning-report.json
-
gl-dependency-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