File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# scsctl
2
2
3
-
4
3
> We are continuously adding the listed features
5
4
6
5
CLI/CI Tool for Automating Vulnerability Management for Enhancing Software Supply Chain Security Measures.
7
6
8
7
### Features
9
8
10
-
11
9
- Integration with other Tools & Platforms:
12
10
- Trivy
13
11
- Grype
@@ -109,6 +107,17 @@ Before starting, make sure you have the following installed and configured:
109
107
### Commands
110
108
111
109
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
+
112
121
> This command will scan the docker image and generate the reports
113
122
114
123
``` shell
You can’t perform that action at this time.
0 commit comments