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
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",