github.com/argoproj-labs/argocd-operator@v0.10.0/bundle/tests/scorecard/config.yaml (about)

     1  apiVersion: scorecard.operatorframework.io/v1alpha3
     2  kind: Configuration
     3  metadata:
     4    name: config
     5  stages:
     6  - parallel: true
     7    tests:
     8    - entrypoint:
     9      - scorecard-test
    10      - basic-check-spec
    11      image: quay.io/operator-framework/scorecard-test:v1.10.0
    12      labels:
    13        suite: basic
    14        test: basic-check-spec-test
    15      storage:
    16        spec:
    17          mountPath: {}
    18    - entrypoint:
    19      - scorecard-test
    20      - olm-bundle-validation
    21      image: quay.io/operator-framework/scorecard-test:v1.10.0
    22      labels:
    23        suite: olm
    24        test: olm-bundle-validation-test
    25      storage:
    26        spec:
    27          mountPath: {}
    28    - entrypoint:
    29      - scorecard-test
    30      - olm-crds-have-validation
    31      image: quay.io/operator-framework/scorecard-test:v1.10.0
    32      labels:
    33        suite: olm
    34        test: olm-crds-have-validation-test
    35      storage:
    36        spec:
    37          mountPath: {}
    38    - entrypoint:
    39      - scorecard-test
    40      - olm-crds-have-resources
    41      image: quay.io/operator-framework/scorecard-test:v1.10.0
    42      labels:
    43        suite: olm
    44        test: olm-crds-have-resources-test
    45      storage:
    46        spec:
    47          mountPath: {}
    48    - entrypoint:
    49      - scorecard-test
    50      - olm-spec-descriptors
    51      image: quay.io/operator-framework/scorecard-test:v1.10.0
    52      labels:
    53        suite: olm
    54        test: olm-spec-descriptors-test
    55      storage:
    56        spec:
    57          mountPath: {}
    58    - entrypoint:
    59      - scorecard-test
    60      - olm-status-descriptors
    61      image: quay.io/operator-framework/scorecard-test:v1.10.0
    62      labels:
    63        suite: olm
    64        test: olm-status-descriptors-test
    65      storage:
    66        spec:
    67          mountPath: {}
    68  storage:
    69    spec:
    70      mountPath: {}