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
Copy file name to clipboardexpand all lines: docs/snyk-admin/manage-notifications.md
-16
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,6 @@ Setting a Project to inactive does not stop Snyk from sending notifications. You
28
28
Both [issue alert emails](manage-notifications.md#group-defaults-for-issue-alert-emails) and [weekly report emails](manage-notifications.md#group-defaults-for-weekly-report-emails) are disabled for FedRAMP environments. Their notification settings may be hidden from the page.
29
29
{% endhint %}
30
30
31
-
An example follows of a Snyk notification for new issues and remediations in Projects in an Organization.
32
-
33
-
<divalign="left">
34
-
35
-
<figure><imgsrc="../.gitbook/assets/image (48) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png"alt="Example of a Snyk notification"><figcaption><p>Example of a Snyk notification</p></figcaption></figure>
36
-
37
-
</div>
38
-
39
31
## How to manage notifications
40
32
41
33
Snyk provides controls to manage your own notifications. Administrators can manage the notification defaults for others in the [Group](manage-notifications.md#define-group-notification-defaults) or [Organization](manage-notifications.md#define-organization-notification-defaults).
@@ -60,8 +52,6 @@ To navigate to the Group level notification settings:
Issue alert emails are notifications Snyk sends the same day as it finds a new vulnerability, license issue, or remediation.
@@ -77,8 +67,6 @@ To set the defaults for issue alert emails:
77
67
78
68
Weekly report emails are notifications Snyk sends to provide a summary of the vulnerability status across all Projects and Organizations to which a user belongs. For an Organization with zero vulnerabilities across its Projects, the notification lists the number of active Projects, the number of known vulnerabilities, and total dependencies.
79
69
80
-
<figure><imgsrc="../.gitbook/assets/2022-06-27_13-45-21.png"alt="Settings for weekly report emails"><figcaption><p>Settings for weekly report emails</p></figcaption></figure>
81
-
82
70
To set the defaults for weekly report emails:
83
71
84
72
* Check the **Enabled by default** box when users of new Organizations in this Group should receive a weekly summary email.
@@ -88,8 +76,6 @@ To set the defaults for weekly report emails:
88
76
89
77
Usage alert emails are notifications Snyk sends to warn you when you are approaching usage limits.
Copy file name to clipboardexpand all lines: docs/snyk-cli/getting-started-with-the-snyk-cli.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Look at the `test` command **report** in your terminal. The report shows the vul
45
45
46
46
In addition, depending on the language of your open-source Project, you may need to **set up your language environment** before using the Snyk CLI. For details, refer to [Supported languages, package managers, and frameworks](https://docs.snyk.io/supported-languages-package-managers-and-frameworks).
47
47
48
-
After you have installed the CLI and authenticated your machine, to **scan an open-source Project**, use `cd /my/project/` to change the current directory to`a`folder containing a supported package manifest file, such as `package.json`, `pom.xml`, or `composer.lock`. Then run `snyk test`. All vulnerabilities identified are listed, including their path and fix guidance.
48
+
After you have installed the CLI and authenticated your machine, to **scan an open-source Project**, use `cd /my/project/` to change the current directory to a folder containing a supported package manifest file, such as `package.json`, `pom.xml`, or `composer.lock`. Then run `snyk test`. All vulnerabilities identified are listed, including their path and fix guidance.
49
49
50
50
To scan your **source code,** run `snyk code test`.
0 commit comments