Skip to content

Commit 019250e

Browse files
updated readme
1 parent dca9ec4 commit 019250e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# scsctl
22

3-
43
> We are continuously adding the listed features
54
65
CLI/CI Tool for Automating Vulnerability Management for Enhancing Software Supply Chain Security Measures.
76

87
### Features
98

10-
119
- Integration with other Tools & Platforms:
1210
- Trivy
1311
- Grype
@@ -109,6 +107,17 @@ Before starting, make sure you have the following installed and configured:
109107
### Commands
110108

111109
scsctl has the following commands:
110+
111+
- pyroscope_app_name (string) - Pyroscope app name
112+
- docker_image_name (string) - Docker image name
113+
- pyroscope_url (string) - Url for pyroscope
114+
- falco_pod_name (string) - Pod name of falco
115+
- falco_target_deployment_name (string) - Deployment name of falco
116+
- db_enabled (boolean) - To enable db saving
117+
- falco_enabled (boolean) (optional) - To get logs from falco
118+
- docker_file_folder_path (string) (optional) - Dockerfile folder path if you need to rebuild the image
119+
- config_file (optional) (YAML)
120+
112121
> This command will scan the docker image and generate the reports
113122
114123
```shell

0 commit comments

Comments
 (0)