You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Ignoring a Secret Value](#ignoring-a-secret-value)
43
44
2.[Ignoring a Secret SHA Value](#ignoring-a-secret-sha-value)
@@ -68,9 +69,10 @@ To install the Cycode CLI application on your local machine, perform the followi
68
69
69
70
1. Open your command line or terminal application.
70
71
71
-
2. Execute the following command:
72
+
2. Execute one of the following commands:
72
73
73
-
`pip3 install cycode`
74
+
-`pip3 install cycode` - to install from PyPI
75
+
-`brew install cycode` - to install from Homebrew
74
76
75
77
3. Navigate to the top directory of the local repository you wish to scan.
76
78
@@ -324,14 +326,13 @@ When using this option, the scan results from this scan will appear in the knowl
324
326
### Report Option
325
327
326
328
> [!NOTE]
327
-
> This option is only available to SCA and Secret scans.
329
+
> This option is not available to IaC scans.
328
330
329
331
To push scan results tied to the [SCA policies](https://docs.cycode.com/docs/sca-policies) found in the Repository scan to Cycode, add the argument `--report` to the scan command.
If your company has set custom remediation guidelines in the relevant policy via the Cycode portal, you'll see a field for “Company Guidelines” that contains the remediation guidelines you added. Note that if you haven't added any company guideline, this field will not appear in the CLI tool.
566
+
562
567
## Ignoring Scan Results
563
568
564
569
Ignore rules can be added to ignore specific secret values, specific SHA512 values, specific paths, and specific Cycode secret and IaC rule IDs. This will cause the scan to not alert these values. The ignore rules are written and saved locally in the `./.cycode/config.yaml` file.
0 commit comments