Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
285e1276
Commit
285e1276
authored
2 years ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Added userKey argument for the WS scan script execution
parent
acff83b4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ws/run_ws.sh
+1
-1
1 addition, 1 deletion
ws/run_ws.sh
with
1 addition
and
1 deletion
ws/run_ws.sh
+
1
−
1
View file @
285e1276
...
...
@@ -4,4 +4,4 @@ echo "Downloading WhiteSource agent..."
curl
-LJO
https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
echo
"Running WhiteSource scan..."
java
-jar
wss-unified-agent.jar
-apiKey
${
API_KEY
}
-projectVersion
${
PROJECT_VERSION
}
-projectToken
${
PROJECT_TOKEN
}
-productVersion
${
PRODUCT_VERSION
}
-productToken
${
PRODUCT_TOKEN
}
-c
ws.config
-d
../
\ No newline at end of file
java
-jar
wss-unified-agent.jar
-userKey
${
USER_KEY
}
-apiKey
${
API_KEY
}
-projectVersion
${
PROJECT_VERSION
}
-projectToken
${
PROJECT_TOKEN
}
-productVersion
${
PRODUCT_VERSION
}
-productToken
${
PRODUCT_TOKEN
}
-c
ws.config
-d
../
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment