Apply possible at the moment fossa fixes

This commit is contained in:
ErickSkrauch 2020-04-22 02:44:11 +03:00
parent 7fb12f4a85
commit eec830a828
2 changed files with 17 additions and 3 deletions

13
.fossa.yml Executable file
View File

@ -0,0 +1,13 @@
version: 2
cli:
server: https://app.fossa.com
fetcher: git
project: github.com:elyby/chrly
analyze:
modules:
- name: chrly
type: go
target: github.com/elyby/chrly
path: .
options:
strategy: dep

View File

@ -30,13 +30,14 @@ jobs:
- name: FOSSA - name: FOSSA
stage: Tests stage: Tests
if: branch = master
before_script: before_script:
- curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash - curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
script: script:
- fossa init - fossa init
- fossa analyze -p https://github.com/fossas/fossa-cli - fossa analyze
after_success: # Disable until https://github.com/fossas/fossa-cli/issues/596 will be resolved
- fossa test -p https://github.com/fossas/fossa-cli # - fossa test
# Deploy stage # Deploy stage
- name: Docker image - name: Docker image