Skip to content

Commit

Permalink
Use CredScan-suppressed dummy password in sample (#20468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Aug 31, 2021
1 parent d3d7e3e commit ddef780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def build_pipeline_topology():

def build_live_pipeline():
url_param = ParameterDefinition(name="rtspUrl", value=url)
pass_param = ParameterDefinition(name="rtspPassword", value='testpass')
pass_param = ParameterDefinition(name="rtspPassword", value="secret_password")
live_pipeline_properties = LivePipelineProperties(description="Sample description", topology_name=pipeline_topology_name, parameters=[url_param])

live_pipeline = LivePipeline(name=live_pipeline_name, properties=live_pipeline_properties)
Expand Down

0 comments on commit ddef780

Please sign in to comment.