devsecops-engine-tools
1.142.1Tool for DevSecOps strategy
License Sources
| Source | License | Class |
|---|---|---|
Licensie (detected) | Pending | - |
PyPI (reported) | Not reported | - |
License detection is still in progress for this version.
Loading dependencies…
License File
from abc import ABCMeta, abstractmethod
from typing import Optional
class LicenseManagerGateway(metaclass=ABCMeta):
@abstractmethod
def upload_sbom(
self, config, request
) -> "Optional[str]":
"upload sbom to license analyzer"