pass token over stdin, add security to properties
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- name: Install and configure JFrog CLI
|
- name: Install and configure JFrog CLI
|
||||||
run: |
|
run: |
|
||||||
npm install -g jfrog-cli-v2-jf
|
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
|
- name: Run JFrog SAST
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"categories":
|
"categories":
|
||||||
[
|
[
|
||||||
"Code Scanning",
|
"Code Scanning",
|
||||||
|
"security",
|
||||||
"python",
|
"python",
|
||||||
"java",
|
"java",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
|||||||
Reference in New Issue
Block a user