From f71842f542f337a4a4fdb47937bc802951190dbe Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Thu, 5 Sep 2024 14:49:23 +1000 Subject: [PATCH 1/2] ignore resourceToken and migrationToken as being secure params --- ps-rule.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ps-rule.yaml b/ps-rule.yaml index bec381fe8a..e769a65e04 100644 --- a/ps-rule.yaml +++ b/ps-rule.yaml @@ -1,3 +1,6 @@ # YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion configuration: AZURE_BICEP_FILE_EXPANSION: true + AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES: + - resourceToken + - migrationToken \ No newline at end of file From a367eb315a9237e6efc07a381dfd12af652e765c Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Thu, 5 Sep 2024 10:52:35 -0700 Subject: [PATCH 2/2] Newline at EOF --- ps-rule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-rule.yaml b/ps-rule.yaml index e769a65e04..1558e5788d 100644 --- a/ps-rule.yaml +++ b/ps-rule.yaml @@ -3,4 +3,4 @@ configuration: AZURE_BICEP_FILE_EXPANSION: true AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES: - resourceToken - - migrationToken \ No newline at end of file + - migrationToken