We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue Unable to skip Argo Workflow checks
Examples
apiVersion: argoproj.io/v1alpha1 kind: WorkflowTemplate metadata: generateName: "script-" name: "script" annotations: checkov.io/skip: CKV_ARGO_1 ....
Version (please complete the following information): version: 3.2.353
version: 3.2.353
Additional context Tried the various forms IE. checkov.io/skip1: CKV_ARGO_1
checkov.io/skip1: CKV_ARGO_1
Checking the source code, doesn't appear to be anything regarding skip under the workflow runner
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Unable to skip Argo Workflow checks
Examples
Version (please complete the following information):
version: 3.2.353
Additional context
Tried the various forms IE.
checkov.io/skip1: CKV_ARGO_1
Checking the source code, doesn't appear to be anything regarding skip under the workflow runner
The text was updated successfully, but these errors were encountered: