# Adhoc Source Scan Artifacts

The **Adhoc Source Artifacts** page displays the artifact status of all the Adhoc (refer to the artifacts that  are not part of the regular application, but are included on-demand) artifacts in the application.&#x20;

* The panel at the top displays the total number of adhoc artifacts and their risk status.&#x20;
  * **Critical Risk** - The deployments that are of critical risk.&#x20;
  * **High Risk** - The deployments that are of high risk.&#x20;
  * **Medium Risk** - The deployments that are of medium risk.&#x20;
  * **Low Risk** - The deployments that are of low risk.

<figure><img src="/files/zDzfjHuY7kxGU7aIcZ1Y" alt=""><figcaption></figcaption></figure>

The panel below displays the details of the Adhoc Source artifacts.

<figure><img src="/files/fdKMOTqej0dTCEAc5JeC" alt=""><figcaption></figcaption></figure>

* **Application -** Displays the name of the application.&#x20;
* **Account** - Displays the associated account name of the application.&#x20;
* **Artifact SHA** - Displays the specific version of the artifact.&#x20;
* **Artifact Version** - Displays the version of the artifact.&#x20;
* **Artifact Tags** - Displays the tags for the artifact that were sent in the build events.&#x20;
* **Risk Status** - Displays the risk status of the artifact.&#x20;
* **Stage** - Displays the life stage of the artifact.&#x20;
* **Vulnerability** - Displays the number of vulnerabilities identified for the given artifact. On clicking it, the [Vulnerabilities Management](https://docs.opsmx.com/opsmx-delivery-shield-platform/user-guide/vulnerability-management) details page is displayed.&#x20;
* **Open Issues** - Displays the number of open security issues (alerts) identified for the given artifact.&#x20;
* **Created on** - Displays the date when the artifact was created.&#x20;
* **Built by** - Displays the build details of the artifact.&#x20;
* **Source Repository** - Displays the source repository name of the artifact.&#x20;
* **Cluster** - Displays the name of the cluster to which the artifact belongs to.&#x20;
* **OSS Risk** - On clicking View, the OSS risk page for the related artifact is displayed.&#x20;
* **SBOM** - On clicking View, the SBOM page for the related artifact is displayed.&#x20;
* **DBOM** - On clicking the displayed risk status, the DBOM page for the related artifact is displayed.&#x20;
* **Actions** - On clicking the three dots, you can view the list of scans run on the artifact as shown below:

You can download the scan results by clicking on it.&#x20;

### View SBOM

The SBOM for the artifacts can be viewed by clicking the **View SBOM** option displayed in the page.&#x20;

<figure><img src="/files/qDjsJNQyQzeN2zK7a96K" alt=""><figcaption></figcaption></figure>

On clicking **View SBOM**, the SBOM page is displayed.&#x20;

<figure><img src="/files/xhjzf5i50uxfcSdT4pWH" alt=""><figcaption></figcaption></figure>

It displays the various components and related details of the components as shown below:

* **Component** - Displays the components of the artifact.
* **Version** - Displays the components version.&#x20;
* **Package URL** - Displays the package URL of the component.
* **License** - Displays the list of licenses that are available for the component.&#x20;
* **Vulnerabilities** - Displays the count of vulnerabilities related to the component.&#x20;
* **EOL Risk** - Displays the score of how close the OSS packages used in their project are towards End-of-Life (EOL).
* **Dependency** -&#x20;
* **OSS Risk** - By clicking **View**, you can view the artifact details of the component.&#x20;
* **Actions** - By clicking **Edit License**, you can edit the license type.

{% hint style="info" %}

* You can view the vulnerabilities of the components by clicking the **Vulnerabilities** column.&#x20;
  {% endhint %}

### View Report&#x20;

The SBOM details can be downloaded in PDF format.

* Navigate to the top right corner and click **Report**.&#x20;

<figure><img src="/files/ynhWFCpAHkxDfyKcOiWk" alt=""><figcaption></figcaption></figure>

* The page details is consolidated as a report and downloaded in PDF format as shown below:

<figure><img src="/files/kCbr1oRCpeIsI0NjPxul" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can also download the SBOM details in Json or .CSV file format by clicking the **Download** button.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/ssd/security-risk-and-prioritization/user-guide/artifact-security/adhoc-source-scan-artifacts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
