craig-rueda commented on a change in pull request #10848:
URL:
https://github.com/apache/incubator-superset/pull/10848#discussion_r488369282
##########
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:
We don't need this check, as the Docker requirements are only used for
the "dev" image (which is used in 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]