github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/config/frogbot-config-scan-multiple-repositories.yml (about)

     1  - params:
     2      git:
     3        repoName: npm-repo
     4        branches:
     5          - master
     6      scan:
     7        failOnSecurityIssues: false
     8  - params:
     9      git:
    10        repoName: mvn-repo
    11        branches:
    12          - master
    13  - params:
    14      git:
    15        repoName: pip-repo
    16        branches:
    17          - master
    18      scan:
    19        projects:
    20          - pipRequirementsFile: requirements.txt
    21        failOnSecurityIssues: false