diff --git a/README.md b/README.md index 0a483d1a..13d3fd76 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ All parameters are cli-flags. | `verbosity` | `false` | `info` | Log-level (debug, info, warn, error, fatal, panic) | | `cron` | `false` | `@hourly` | Backround-Service interval (CRON). All options from [github.com/robfig/cron](github.com/robfig/cron) are allowed | | `format` | `false` | `json` | SBOM-Format. | +| `targets` | `false` | `git` | Comma-delimited list of targets to sent the generated SBOMs to. Possible targets `git` | | `git-workingtree` | `false` | `/work` | Directory to place the git-repo. | | `git-repository` | `true` | `""` | Git-Repository-URL (HTTPS). | | `git-branch` | `false` | `main` | Git-Branch to checkout. |