github.com/adevinta/lava@v0.7.2/lava.yaml (about)

     1  # Copyright 2023 Adevinta
     2  
     3  lava: v0.0.0
     4  checktypes:
     5    - https://github.com/adevinta/lava-resources/releases/download/checktypes/v0/checktypes.json
     6  targets:
     7    - identifier: .
     8      type: GitRepository
     9  agent:
    10    parallel: 4
    11  report:
    12    severity: high
    13    exclusions:
    14      - description: Ignore lava scan test targets.
    15        resource: 'cmd/lava/internal/scan/testdata/(goodpath|vulnpath)/Dockerfile'
    16      - description: Ignore lava run test targets.
    17        resource: 'cmd/lava/internal/run/testdata/(goodpath|vulnpath)/Dockerfile'
    18      - description: Ignore engine test targets.
    19        resource: 'internal/engine/testdata/engine/vulnpath/Dockerfile'
    20      - description: Ignore containers test targets.
    21        resource: 'internal/containers/testdata/image/Dockerfile'