1 Star 0 Fork 0

openvinotoolkit-prc / docker_ci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maksim Makridin 提交于 2020-09-03 12:47 . * Updated master to the bbd9b4a7
# -*- coding: utf-8 -*-
"""Auxiliary authentification details for Snyk security scanning"""
import os
from utils.utilities import check_printable_utf8_chars
# Snyk API base URL for all API endpoints
SNYK_API = check_printable_utf8_chars(os.getenv('SNYK_API', 'https://snyk.io/api/v1/'))
# Snyk API token, obtained from https://app.snyk.io/account to run SDL tests
SNYK_TOKEN = check_printable_utf8_chars(os.getenv('SNYK_TOKEN', ''))
Python
1
https://gitee.com/openvinotoolkit-prc/docker_ci.git
git@gitee.com:openvinotoolkit-prc/docker_ci.git
openvinotoolkit-prc
docker_ci
docker_ci
master

搜索帮助