Skip to content
Snippets Groups Projects
.fossa.yml 1.37 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
    # Visit https://fossa.com to learn more
    
    version: 2
    cli:
      server: https://app.fossa.com
      fetcher: custom
    
    analyze:
      modules:
    
        - name: os-schema
          type: mvn
          target: pom.xml
          path: .
        - name: os-schema-core
          type: mvn
          target: schema-core/pom.xml
          path: .
    
        - name: schema-core-plus
          type: mvn
          target: schema-core-plus/pom.xml
          path: .
    
        - name: os-schema-aws
          type: mvn
          target: provider/schema-aws/pom.xml
          path: .
        - name: os-schema-gc
          type: mvn
          target: provider/schema-gc/pom.xml
          path: .
        - name: os-schema-ibm
          type: mvn
          target: provider/schema-ibm/pom.xml
          path: .
        - name: os-schema-azure
          type: mvn
          target: provider/schema-azure/pom.xml
          path: .
        - name: google
          type: pip
          target: deployments/scripts/google
          path: deployments/scripts/google
        - name: ibm
          type: pip
          target: deployments/scripts/ibm
          path: deployments/scripts/ibm
        - name: scripts
          type: pip
          target: deployments/scripts
          path: deployments/scripts
        - name: aws
          type: pip
          target: deployments/scripts/aws
          path: deployments/scripts/aws
        - name: azure
          type: pip
          target: deployments/scripts/azure
          path: deployments/scripts/azure