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 8002a4f commit 8ed5180Copy full SHA for 8ed5180
molecule/elasticsearch_no-security/verify.yml
@@ -9,8 +9,10 @@
9
tasks:
10
11
# Remember, this is the no-security scenario. So no https
12
+# The comment below will create an exception for KICS security scan
13
- name: Health check
14
ansible.builtin.uri:
15
+# kics-scan ignore-line
16
url: http://localhost:{{ elasticstack_elasticsearch_http_port }}/_cluster/health
17
method: GET
18
return_content: yes
@@ -24,6 +26,7 @@
24
26
25
27
- name: Node check
28
29
30
url: http://localhost:{{ elasticstack_elasticsearch_http_port }}/_cat/nodes
31
32
0 commit comments