0

我想在 git repo 的文件夹中引用一个 inspec 配置文件。类似于您可以在Kitchen中执行的操作:

  inspec_tests:
    - name: profile-name
      git: https://user@github.com/org/my_repo.git
      relative_path: inspec/sdp-base
4

1 回答 1

0

截至 2021 年 1 月,CLI 似乎不可能: https ://github.com/inspec/inspec/issues/1237#issuecomment-767672074

但是您可以创建一个本地“包装器”配置文件来声明远程配置文件的相对路径:

https://docs.chef.io/inspec/profiles/#git

于 2021-03-22T22:08:24.130 回答