craig-rueda commented on a change in pull request #10848:
URL:
https://github.com/apache/incubator-superset/pull/10848#discussion_r488766832
##########
File path: .fossa.yml
##########
@@ -28,13 +28,15 @@ analyze:
type: npm
target: superset-frontend
path: superset-frontend
- - name: docs
+ - name: base
type: pip
- target: docs
- path: docs
- - name: .
+ target: .
+ path: .
+ options:
+ requirements: ./requirements/base.txt
+ - name: docker
Review comment:
Yep, lean gets "local" and dev gets "docker". When I did this, "local"
already existed, so I reused it. I added "docker.txt" in order to append a few
more deps for docker-compose.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]