Skip to content

Commit

Permalink
GITBOOK-7388: Use Snyk Container: Web UI removed from title, note abo…
Browse files Browse the repository at this point in the history
…ut CLI information added
  • Loading branch information
awileysnyk authored and gitbook-bot committed Jun 20, 2024
1 parent cdcca0b commit ea3ed1f
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 33 deletions.
14 changes: 7 additions & 7 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,13 +542,13 @@
* [Integrate with Nexus Container Registry](scan-using-snyk/snyk-container/container-security-integrations/integrate-with-nexus-container-registry.md)
* [Integrate with Quay Container Registry](scan-using-snyk/snyk-container/container-security-integrations/integrate-with-quay-container-registry.md)
* [Scan container images](scan-using-snyk/snyk-container/scan-container-images.md)
* [Use Snyk Container from the Web UI](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/README.md)
* [Detect the container base image](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-the-container-base-image.md)
* [Detect application vulnerabilities in container images](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)
* [Analyze and fix container images](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/analyze-and-fix-container-images.md)
* [Use Custom Base Image Recommendations](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/use-custom-base-image-recommendations/README.md)
* [Versioning schemas for custom base images](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/use-custom-base-image-recommendations/versioning-schema-for-custom-base-images.md)
* [Custom Versioning Schema for custom base images](scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/use-custom-base-image-recommendations/custom-versioning-schema-for-custom-base-images.md)
* [Use Snyk Container](scan-using-snyk/snyk-container/use-snyk-container/README.md)
* [Detect the container base image](scan-using-snyk/snyk-container/use-snyk-container/detect-the-container-base-image.md)
* [Detect application vulnerabilities in container images](scan-using-snyk/snyk-container/use-snyk-container/detect-application-vulnerabilities-in-container-images.md)
* [Analyze and fix container images](scan-using-snyk/snyk-container/use-snyk-container/analyze-and-fix-container-images.md)
* [Use Custom Base Image Recommendations](scan-using-snyk/snyk-container/use-snyk-container/use-custom-base-image-recommendations/README.md)
* [Versioning schemas for custom base images](scan-using-snyk/snyk-container/use-snyk-container/use-custom-base-image-recommendations/versioning-schema-for-custom-base-images.md)
* [Custom Versioning Schema for custom base images](scan-using-snyk/snyk-container/use-snyk-container/use-custom-base-image-recommendations/custom-versioning-schema-for-custom-base-images.md)
* [Scan your Dockerfile](scan-with-snyk/snyk-container/scan-your-dockerfile/README.md)
* [Detect vulnerable base images from your Dockerfile](scan-with-snyk/snyk-container/scan-your-dockerfile/detect-vulnerable-base-images-from-your-dockerfile.md)
* [Fix vulnerable base images in your Dockerfile](scan-with-snyk/snyk-container/scan-your-dockerfile/fix-vulnerable-base-images-in-your-dockerfile.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The team responsible for creating the custom base images can use container tests

As development teams build their custom tools and packages into these images, they can run additional container tests to ensure their changes are secure before being pushed to production use. 

For more information, see [Use Custom Base Image Recommendations](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/use-custom-base-image-recommendations/).
For more information, see [Use Custom Base Image Recommendations](../../../scan-using-snyk/snyk-container/use-snyk-container/use-custom-base-image-recommendations/).
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To ignore a vulnerability, click the **Ignore** button on the issue card:

This example showed you how to apply a fix to an open-source vulnerability. Depending on what items you scan, you can use other Snyk products to resolve issues:

* For scan items built into a container, such as a Docker file, see [Analysis and fixes for your images from the Snyk Web UI](../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/analyze-and-fix-container-images.md).
* For scan items built into a container, such as a Docker file, see [Analysis and fixes for your images from the Snyk Web UI](../../scan-using-snyk/snyk-container/use-snyk-container/analyze-and-fix-container-images.md).
* For Kubernetes deployment files, terraform and other IaC files, see [Getting started with current IaC](../../scan-with-snyk/snyk-iac/getting-started-with-current-iac.md).
* To scan your team's own code, see [Exploring the Fix analysis page](https://docs.snyk.io/products/snyk-code/exploring-and-working-with-the-snyk-code-results/exploring-the-vulnerability-issues-discovered-by-snyk-code/exploring-the-data-flow-and-fix-analysis-pages-of-an-issue/exploring-the-fix-analysis-page).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you scan the code locally using CLI, with no association to a repository, the

You can identify a container image based on the Image ID. If multiple container images have the same Image ID, then only one image asset is generated for that Image ID, enriched with information from all the identified container images for that ID.

Snyk AppRisk retrieves all image assets from Snyk Container. Reimport the images to ensure you scan the latest image. If you run a new scan on a Project that contains image assets, it rescans the same image for new vulnerabilities. To identify new image assets, you need to first reimport, and then scan the Project. Check the [Detect application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md) page for more details.
Snyk AppRisk retrieves all image assets from Snyk Container. Reimport the images to ensure you scan the latest image. If you run a new scan on a Project that contains image assets, it rescans the same image for new vulnerabilities. To identify new image assets, you need to first reimport, and then scan the Project. Check the [Detect application vulnerabilities in container images](../../../scan-using-snyk/snyk-container/use-snyk-container/detect-application-vulnerabilities-in-container-images.md) page for more details.

### Packages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ You can filter to view only ECR Projects, which are marked with a unique icon.
Amazon ECR integration works like other Snyk integration. To continue to monitor, fix, and manage your Projects, see the relevant pages in the Snyk user documentation.

{% hint style="info" %}
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)for more information.
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ DigitalOcean imports are indicated with a unique icon. You can filter the integr
<figure><img src="../../../.gitbook/assets/mceclip0-11-.png" alt="DigitalOcean Projects in Projects listing"><figcaption><p>DigitalOcean Projects in Projects listing</p></figcaption></figure>

{% hint style="info" %}
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ When repositories and images are imported, a confirmation appears in green at th
Docker Hub integration works like other Snyk integrations. To continue to monitor, fix and manage your Projects, see the relevant pages in the Snyk documentation.

{% hint style="info" %}
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)for more information.
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ GitHub container registry imports are designated with a unique icon. You can fil
<figure><img src="../../../.gitbook/assets/mceclip1-5-.png" alt="GitHub Project in Projects listing"><figcaption><p>GitHub Project in Projects listing</p></figcaption></figure>

{% hint style="info" %}
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ GitLab Container Registry imports are designated with a unique icon. You can fil
<figure><img src="../../../.gitbook/assets/mceclip0-14-.png" alt="GitLab Container Registry Project in Projects listing"><figcaption><p>GitLab Container Registry Project in Projects listing</p></figcaption></figure>

{% hint style="info" %}
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ GCR files are indicated with a unique icon. You can now filter to view only thos
GCR integration works similarly to other Snyk integrations. To continue to monitor, fix, and manage your Projects, see the relevant pages in the Snyk docs.

{% hint style="info" %}
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. You must re-import the image. See [Detecting application vulnerabilities in container images ](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)for more information.
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. You must re-import the image. See [Detecting application vulnerabilities in container images ](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Harbor imports are indicated with a unique icon. You can also filter to view onl
<figure><img src="../../../.gitbook/assets/mceclip1-9-.png" alt="Harbor Projects in Projects listing"><figcaption><p>Harbor Projects in Projects listing</p></figcaption></figure>

{% hint style="info" %}
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}

Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Images are indicated with a unique icon ![Artifactory](<../../../../.gitbook/ass
Artifactory integration works like other Snyk integrations. To continue to monitor, fix and manage your Projects, see the relevant pages in the Snyk user documentation.

{% hint style="info" %}
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)for more information.
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ For application vulnerabilities, Snyk currently provides support for the followi
* JavaScript
* Go

To see the updated list of supported languages, see [Detect application vulnerabilities in container images](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
To see the updated list of supported languages, see [Detect application vulnerabilities in container images](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ ACR files are indicated with a unique icon ![ACR](../../../../.gitbook/assets/uu
ACR integration works like other Snyk integrations. To continue to monitor, fix and manage your Projects, see the relevant pages in the Snyk user documentation.

{% hint style="info" %}
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md)for more information.&#x20;
For **application** vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](../../use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.&#x20;
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Nexus imports are indicated with a unique icon, and you can also filter to view
<figure><img src="../../../.gitbook/assets/mceclip0-18-.png" alt="Nexus Project in Projets listing"><figcaption><p>Nexus Project in Projets listing</p></figcaption></figure>

{% hint style="info" %}
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For **application vulnerabilities within container images**, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Quay imports are designated with a unique icon, and you can filter the integrati
<figure><img src="../../../.gitbook/assets/mceclip1-11-.png" alt="Quay Project in Projects listing"><figcaption><p>Quay Project in Projects listing</p></figcaption></figure>

{% hint style="info" %}
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../../../scan-with-snyk/snyk-container/use-snyk-container-from-the-web-ui/detect-application-vulnerabilities-in-container-images.md).
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. For more information, see [Detecting application vulnerabilities in container images](../use-snyk-container/detect-application-vulnerabilities-in-container-images.md).
{% endhint %}
Loading

0 comments on commit ea3ed1f

Please sign in to comment.