Skip to content

Commit 7132857

Browse files
mikeromardgitbook-bot
authored andcommitted
GITBOOK-8477: MR - small change to force sync
1 parent 756cbed commit 7132857

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

docs/snyk-admin/manage-notifications.md

-16
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ Setting a Project to inactive does not stop Snyk from sending notifications. You
2828
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.
2929
{% endhint %}
3030

31-
An example follows of a Snyk notification for new issues and remediations in Projects in an Organization.
32-
33-
<div align="left">
34-
35-
<figure><img src="../.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-
3931
## How to manage notifications
4032

4133
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:
6052
2. Select **Settings**.
6153
3. Select **Notifications**.
6254

63-
<figure><img src="../.gitbook/assets/image (155) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (2).png" alt="Group notification settings"><figcaption><p>Group notification settings</p></figcaption></figure>
64-
6555
#### Group defaults for issue alert emails
6656

6757
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:
7767

7868
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.
7969

80-
<figure><img src="../.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-
8270
To set the defaults for weekly report emails:
8371

8472
* 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:
8876

8977
Usage alert emails are notifications Snyk sends to warn you when you are approaching usage limits.
9078

91-
<figure><img src="../.gitbook/assets/2022-06-27_13-47-51.png" alt="Usage alerts settings"><figcaption><p>Usage alerts settings</p></figcaption></figure>
92-
9379
To set the defaults for usage alerts:
9480

9581
* Check the Enabled by default box when users of new Organizations in this Group should receive usage alert emails.
@@ -109,8 +95,6 @@ To navigate to the Organization-level notification settings:
10995
2. Select **Settings**.
11096
3. Select **Notifications**.
11197

112-
<figure><img src="../.gitbook/assets/2022-06-27_13-56-10.png" alt="Organization notification settings"><figcaption><p>Organization notification settings</p></figcaption></figure>
113-
11498
#### Organization defaults for issue alert emails
11599

116100
Issue alert emails are notifications Snyk sends the day it finds a new vulnerability, license issue, or remediation.

docs/snyk-cli/getting-started-with-the-snyk-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Look at the `test` command **report** in your terminal. The report shows the vul
4545

4646
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).
4747

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.
4949

5050
To scan your **source code,** run `snyk code test`.
5151

0 commit comments

Comments
 (0)