github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/config/testdata/test.yml (about) 1 version: 1 2 cli: 3 server: https://app.fossa.com 4 fetcher: custom 5 project: test-project 6 analyze: 7 modules: 8 - name: no-options 9 target: . 10 path: . 11 type: go 12 - name: options 13 target: . 14 path: . 15 type: go 16 options: 17 os: linux 18 - name: overwrite-options 19 target: . 20 path: . 21 type: go 22 options: 23 allow-unresolved: false 24