You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,19 @@ In `http` mode this can be anything. This can be any endpoint: a json, csv, txt,
99
99
100
100
A path to a local Deno javascript or typescript file for postprocessing the `downloaded_filename` file. Read more in the ["Postprocessing section"](https://github.com/githubocto/flat#postprocessing).
101
101
102
+
#### `mask` (optional)
103
+
104
+
If your `http_url` string contains secrets, you can choose to mask it from the commit message. You have two options:
105
+
106
+
**Option 1**: use a string boolean
107
+
108
+
`mask: true # removes the source entirely from the commit message, defaults to false`
109
+
110
+
**Option 2**: use a string array with each secret to mask
0 commit comments