Skip to content

Commit

Permalink
Update fossa config (WIP)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed Jul 4, 2019
1 parent 1e1a8a2 commit 5674e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: git@github.com:theupdateframework/tuf.git
project: github.com/theupdateframework/tuf
analyze:
modules:
- name: .
- name: tuf
type: pip
target: .
path: .
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ before_script:
script:
- pylint tuf
- bandit -r tuf
- tox
- fossa
- tox

after_success:
- cd tests
Expand Down

0 comments on commit 5674e8d

Please sign in to comment.