From d5794b886023efcd3c3db83560f5700c86294a09 Mon Sep 17 00:00:00 2001 From: greensd4 <33864348+greensd4@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:43:11 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0607293..b4a991bf 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Copy and paste the following snippet into your .yml file: cx_tenant: your_tenant cx_client_id: ${{ secrets.CX_CLIENT_ID }} cx_client_secret: ${{ secrets.CX_CLIENT_SECRET }} + source_dir: "path-to-scan" (dafault is ".") ```