Skip to content

Commit

Permalink
additions thanks to @tas50
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Mar 8, 2024
1 parent 654ea6b commit f48d20c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cnspec/cli/cnspec_scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ cnspec scan github repo ORG/REPO

To learn more, read [Assess GitHub Security with cnspec](/cnspec/saas/github/).

#### Scan GitLab

```bash
cnspec scan gitlab --group YOUR_GROUP_NAME --token YOUR_TOKEN
```

#### Scan Google Workspace

```bash
Expand All @@ -97,6 +103,12 @@ cnspec scan google-workspace --customer-id 5amp13iD --impersonated-user-email ad

To learn more, read [Assess Google Workspace Security with cnspec](/cnspec/saas/google_workspace/).

#### Scan Jira

```bash
cnspec scan atlassian jira --host HOST_URL --user USER@DOMAIN --user-token YOUR_TOKEN
```

#### Scan Microsoft 365 (MS 365)

```bash
Expand Down

0 comments on commit f48d20c

Please sign in to comment.