We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c4457 commit 053c40aCopy full SHA for 053c40a
playbooks/tasks/scs_compliance.yaml
@@ -31,7 +31,7 @@
31
ansible.builtin.shell:
32
cmd:
33
". {{ python_venv_dir }}/bin/activate &&
34
- python3 {{ check_dir }}/Tests/scs-compliance-check.py {{ check_dir }}/Tests/scs-compatible-kaas.yaml -v -s KaaS_V1 -a kubeconfig={{ kubeconfig_path }}"
+ python3 {{ check_dir }}/Tests/scs-compliance-check.py {{ check_dir }}/Tests/scs-compatible-kaas.yaml -v -s KaaS_V1 -V v2 -a kubeconfig={{ kubeconfig_path }}"
35
changed_when: false
36
register: scs_compliance_results
37
always:
0 commit comments