Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87dbfea

Browse files
authored
Update git-clone.md :cf_export should use--mask for creds (#1034)
Use `--mask` when handling credentials so they aren't printed into the build logs
1 parent6ba5cea commit87dbfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_docs/pipelines/steps/git-clone.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ steps:
354354
title: Reading GitHub token
355355
image: codefresh/cli
356356
commands:
357-
- cf_export GITHUB_TOKEN=$(codefresh get context github --decrypt -o yaml | yq -r .spec.data.auth.password)
357+
- cf_export--maskGITHUB_TOKEN=$(codefresh get context github --decrypt -o yaml | yq -r .spec.data.auth.password)
358358
main_clone:
359359
title: Checking out code
360360
image: alpine/git:latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp