pass token over stdin, add security to properties
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Install and configure JFrog CLI
|
||||
run: |
|
||||
npm install -g jfrog-cli-v2-jf
|
||||
jf c add --interactive=false --url=$JF_URL --access-token=$JF_TOKEN
|
||||
echo $JF_TOKEN | jf c add --interactive=false --url=$JF_URL --access-token-stdin
|
||||
|
||||
- name: Run JFrog SAST
|
||||
run: |
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"categories":
|
||||
[
|
||||
"Code Scanning",
|
||||
"security",
|
||||
"python",
|
||||
"java",
|
||||
"javascript",
|
||||
|
||||
Reference in New Issue
Block a user