AWS.Tools.InspectorScan.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.InspectorScan</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet">
            <summary>
            Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered
            in that SBOM. You can generate compatible SBOMs for your resources using the <a href="https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html">Amazon
            Inspector SBOM generator</a>.
             
             <note><para>
             The output of this action reports NVD and CVSS scores when NVD and CVSS scores are
            available. Because the output reports both scores, you might notice a discrepency
            between them. However, you can triage the severity of either score depending on the
            vendor of your choosing.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet.OutputFormat">
            <summary>
            <para>
            <para>The output format for the vulnerability report.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet.Sbom">
            <summary>
            <para>
            <para>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.
            This format limits you to passing 2000 components before throwing a <c>ValidException</c>
            error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Sbom'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.InspectorScan.Model.ScanSbomResponse).
            Specifying the name of a property of type Amazon.InspectorScan.Model.ScanSbomResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OutputFormat parameter.
            The -PassThru parameter is deprecated, use -Select '^OutputFormat' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ISCAN.InvokeISCANSbomScanCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>