From d52396ac5d312b1bda1b9fe2ae55d862c65abd68 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 15 Aug 2024 19:45:59 -0400 Subject: [PATCH] Add a warning about enabling `include-hidden-files` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8143668..9b4d3ee 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). overwrite: # Whether to include hidden files in the provided path in the artifact + # The file contents of any hidden files in the path should be validated before + # enabled this to avoid uploading sensitive information. # Optional. Default is 'false' include-hidden-files: ```