github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/config/frogbot-config-test-unmarshal.yml (about)

     1  - params:
     2      git:
     3        repoName: npm-repo
     4        branches:
     5          - master
     6          - main
     7        emailAuthor: "myemail@jfrog.com"
     8      scan:
     9        projects:
    10          - installCommand: nuget restore
    11            useWrapper: false
    12            repository: test-repo
    13        failOnSecurityIssues: false
    14  - params:
    15      git:
    16        repoName: mvn-repo
    17        branches:
    18          - dev
    19  - params:
    20      git:
    21        repoName: pip-repo
    22        branches:
    23          - test
    24      scan:
    25        projects:
    26          - pipRequirementsFile: requirements.txt
    27            workingDirs:
    28              - a/b
    29              - b/c
    30        failOnSecurityIssues: true
    31        includeAllVulnerabilities: false
    32        avoidPreviousPrCommentsDeletion: true
    33      jfrogPlatform:
    34        watches:
    35          - watch-1
    36          - watch-2
    37        jfrogProjectKey: proj