robdiciuccio commented on a change in pull request #10848:
URL:
https://github.com/apache/incubator-superset/pull/10848#discussion_r488764039
##########
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:
So, it looks like the "lean" Docker image is using
`requirements/local.txt`? This is confusing.
----------------------------------------------------------------
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]