summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-23 09:05:38 -0700
committerGitHub <noreply@github.com>2021-08-23 09:05:38 -0700
commit86a34b3b9ec65586685ee8c3ae17f17bd7d50131 (patch)
treeb29311098b976b90a4edd2716ef626bb2b39b8c2
parent61b8cd3c68f4cace4d19fb2686379db3ebde009c (diff)
downloadchef-17.4.tar.gz
Update RELEASE_NOTES.md 17.4
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Kimberly Garmoe <kgarmoe@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f426870e87..cc40fd4930 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -16,7 +16,7 @@ Chef InSpec has been updated from 4.38.3 to 4.41.2 with the following improvemen
#### json-file Reporter Off By Default
-The InSpec `json-file` reporter is no longer enabled by default in Compliance Phase. Outputting compliance data to file by default potentially exposed sensitive data to the filesystem, without much upside. If you are relying on this file for processing by external systems you can set the reporter attribute `node['audit']['reporter']` to `%w{json-file cli}` to restore the previous default.
+The InSpec `json-file` reporter is no longer enabled by default in Compliance Phase. Outputting compliance data to file by default potentially exposed sensitive data to the filesystem, without much upside. If you rely on this file for processing by external systems you can produce it by setting the reporter attribute `node['audit']['reporter']` to `%w{json-file cli}`.
#### Chef Attribute Integration