-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass token over stdin, add security to properties
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
This comment was marked as duplicate.
Sorry, something went wrong.
This comment was marked as duplicate.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
FELLIX000
|
||
echo $JF_TOKEN | jf c add --interactive=false --url=$JF_URL --access-token-stdin | ||
- name: Run JFrog SAST | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"categories": | ||
[ | ||
"Code Scanning", | ||
"security", | ||
"python", | ||
"java", | ||
"javascript", | ||
|
1 comment
on commit 7f50c70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code-scanning/properties/jfrog-sast.properties.json
Merge #2559
Branch: main
965022-oss-patch2
Chanhe Token Address to