Skip to content

Commit

Permalink
Merge pull request #6962 from brucearctor/hotfix/6961-GCS-not-GSC
Browse files Browse the repository at this point in the history
fix(docs): typo in Google Cloud Storage acronym
  • Loading branch information
gabriel-cx authored Mar 21, 2024
2 parents 812327b + 81cfd10 commit 7734f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/running-kics.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ KICS is able to perform scans on these types of paths:
- Archived Files
- S3
- Git
- GSC
- GCS

Files and directories that are not local will be placed in a temporarily folder during KICS execution.

Expand Down Expand Up @@ -101,13 +101,13 @@ Please make sure you have SSH private key configured with your github account

More information can be seen [here](https://github.com/hashicorp/go-getter#git-git)

### GSC
### GCS

```
docker run -t checkmarx/kics scan -p "gcs::https://www.googleapis.com/storage/v1/bucket"
```

Please make sure you have set GSC authentication credentials to your application code by environment variables
Please make sure you have set authentication credentials to your application code by environment variables

More information can be seen [here](https://github.com/hashicorp/go-getter#gcs-gcs)

Expand Down

0 comments on commit 7734f21

Please sign in to comment.