Skip to content

Commit bdea7d2

Browse files
authored
Skip untracked secrets in the daily rotation (#15938)
1 parent f70d32d commit bdea7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ stages:
3939
scriptType: pscore
4040
scriptLocation: inlineScript
4141
inlineScript: |
42-
Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize $_}
42+
Get-ChildItem .vault-config/*.yaml |% { dotnet secret-manager synchronize --skip-untracked $_}

0 commit comments

Comments
 (0)