From b7e5a36f90767f363bf12a56210696c0e992dff3 Mon Sep 17 00:00:00 2001 From: David Roe Date: Wed, 22 Nov 2023 13:01:04 +0000 Subject: [PATCH] docs: update following flag rename --- docs/_data/bearer_scan.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_data/bearer_scan.yaml b/docs/_data/bearer_scan.yaml index 3b309e967..cd19aad1f 100644 --- a/docs/_data/bearer_scan.yaml +++ b/docs/_data/bearer_scan.yaml @@ -4,16 +4,16 @@ usage: bearer scan [flags] options: - name: api-key usage: Use your Bearer API Key to send the report to Bearer. + - name: branch + usage: The name of the branch being scanned. + - name: commit + usage: The hash of the commit being scanned. - name: config-file default_value: bearer.yml usage: Load configuration from the specified path. - name: context usage: | Expand context of schema classification e.g., --context=health, to include data types particular to health - - name: current-branch - usage: The name of the current branch. - - name: current-commit - usage: The hash of the current commit. - name: data-subject-mapping usage: | Override default data subject mapping by providing a path to a custom mapping JSON file