pass token over stdin, add security to properties

This commit is contained in:
Ilya Khivrich
2024-10-22 11:53:35 +03:00
parent 09fa3b9723
commit 7f50c70218
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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",