2023年1月5日木曜日

licensed で python を使う場合の .licensed.yml の設定

licensed で python を使う場合の .licensed.yml の設定

概要

Python の場合は少し設定ファイルの記載が特殊なので注意しましょう

環境

  • macOS 11.7.2
  • Ruby 3.1.2
    • licensed 3.9.1

サンプル .licensed.yml

expected_dependency: Jinja2
source_path: ./devops
python:
  virtual_env_dir: /home/user/.local/share/virtualenvs/app-Yn-xfOlh
sources:
  pip: true
allowed:
  - mit
  - apache-2.0
  - other
  - none

ポイントは virtual_env_dirpip: true の設定です

あとは cache -> status でいつも通り使えます

0 件のコメント:

コメントを投稿