photoprism/.fossa.yml

25 lines
376 B
YAML

version: 3
project:
name: "PhotoPrism"
id: "github.com/photoprism/photoprism"
url: "https://github.com/photoprism/photoprism"
link: "https://www.photoprism.app/"
revision:
branch: "develop"
paths:
exclude:
- ./.github
- ./assets
- ./build
- ./docker
- ./frontend/tests
- ./storage
- ./scripts
- ./test
telemetry:
scope: "off"