-
Notifications
You must be signed in to change notification settings - Fork 4.6k
/
trivy-secret.yaml
37 lines (37 loc) · 2.97 KB
/
trivy-secret.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
allow-rules:
- id: docs/docs/deploy/deploy-rasa.mdx
description: Example service account in docs
path: docs/docs/deploy/deploy-rasa.mdx
- id: tests/conftest.py
description: JWT private key used in unit testing
path: tests/conftest.py
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/ca-cert
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/ca-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/signed-server-cert
description: Signed broker certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/signed-server-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/server.keystore.jks
description: Broker keystore for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_all_conections/server.keystore.jks
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/ca-cert
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/ca-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/signed-server-cert
description: Signed broker certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/signed-server-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/server.keystore.jks
description: Broker keystore for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_plain/with_tls/ssl_localhost/server.keystore.jks
- id: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_256/ssl/ca-cert
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_256/ssl/ca-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_256/ssl/server.keystore.jks
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_256/ssl/server.keystore.jks
- id: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_512/ssl/ca-cert
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_512/ssl/ca-cert
- id: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_512/ssl/server.keystore.jks
description: CA certificate for test environments
path: test_environments/message_and_event_brokers/kafka/sasl_scram/with_tls/scram_sha_512/ssl/server.keystore.jks