Skip to content
Snippets Groups Projects
.fossa.yml 1.19 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: os-schema-aws
        type: mvn
        target: provider/schema-aws/pom.xml
        path: .
    
      - name: os-schema-gcp
        type: mvn
        target: provider/schema-gcp/pom.xml
        path: .
    
        target: provider/schema-ibm/pom.xml
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        type: mvn
    
        target: provider/schema-azure/pom.xml
    
    Rucha Deshpande's avatar
    Rucha Deshpande committed
        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
    
    David Diederich's avatar
    David Diederich committed
      - name: aws
        type: pip
        target: deployments/scripts/aws
        path: deployments/scripts/aws
      - name: azure
        type: pip
        target: deployments/scripts/azure
        path: deployments/scripts/azure