Multiple skip checks in string now throws exception

Created by: Spencer0

This same command worked fine yesterday. Today image

Yesterday image

Docker image context (pipeline file)

    - step: &checkov
        name: Checkov
        image:
          name: bridgecrew/checkov:latest
          entrypoint:
            - '/usr/bin/env'
            - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
        script:
          - checkov -d . --skip-check "CKV_AWS_97,CKV_AWS_26"

I could of missed what the new syntax should be. Any workarounds would be great.

Assignee Loading
Time tracking Loading