Skip to content
Snippets Groups Projects
Commit 22512136 authored by Luca petrillo's avatar Luca petrillo
Browse files

Merge branch 'refactor/spdx-license' into 'main'

Refactor/spdx license

See merge request !1
parents 88ad4456 0f02a51f
No related branches found
No related tags found
1 merge request!1Refactor/spdx license
Showing with 34 additions and 0 deletions
# SPDX-License-Identifier: Apache-2.0
FROM ubuntu:20.04
RUN apt-get update &&\
......
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# api_server.py
from fastapi import FastAPI, HTTPException, Depends, Request
......
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
import json
from app_utils import security_utils
from coc_backend_api_client.models import SecurityMetricDTO, TomDTO
......
# SPDX-License-Identifier: Apache-2.0
from __future__ import print_function
import time
import cnl_editor_client
......
# SPDX-License-Identifier: Apache-2.0
import logging
import datetime
import os.path
......
# SPDX-License-Identifier: Apache-2.0
#orchestrator_utils.py
from __future__ import print_function
from app_utils import catalogue_utils, security_utils, xml_utils, editor_utils
......
# SPDX-License-Identifier: Apache-2.0
# api_server.py
from fastapi import FastAPI, HTTPException, Request, status, Security, Depends
......
# SPDX-License-Identifier: Apache-2.0
import xmlschema
import json
from pprint import pprint
......
# SPDX-License-Identifier: Apache-2.0
import os
CONFIG_PATH = os.path.dirname(__file__)
......
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
metadata:
......
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
metadata:
......
# SPDX-License-Identifier: Apache-2.0
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
......
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
kind: Service
metadata:
......
# SPDX-License-Identifier: Apache-2.0
# coding: utf-8
"""
......
# SPDX-License-Identifier: Apache-2.0
# coding: utf-8
"""
......
# SPDX-License-Identifier: Apache-2.0
from sklearn.neighbors import KDTree
from sklearn.manifold import TSNE
from sklearn.decomposition import PCA, TruncatedSVD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment