From 7b66cb07064ee6a2883064b93f6b3464e340079e Mon Sep 17 00:00:00 2001 From: BioMark3r <121187458+BioMark3r@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:05:58 -0400 Subject: [PATCH 1/2] Create relyance.yaml --- relyance.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 relyance.yaml diff --git a/relyance.yaml b/relyance.yaml new file mode 100644 index 00000000..2156568d --- /dev/null +++ b/relyance.yaml @@ -0,0 +1,16 @@ +# Relyance Compliance Inspector Configuration + +# TODO: Replace text in < > with actual information from your environment + +# Product and Repository Metadata +# Purpose: Useful to slice/dice the Data Inventory and Data Map in Relyance +repository: signup-sequencer + + +# Services and Code Relationship +# Purpose: Configuration used to visualize the code base and relationships between microservices and code. +# Note: Directory paths are relative to the repository's root directory. +# Note: Need a separate entry for each microservice. See example below. +service: + - service: signup-sequencer + - source: src From c1f99facaa5285cdcedee331717841a04ba254b2 Mon Sep 17 00:00:00 2001 From: BioMark3r <121187458+BioMark3r@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:44:38 -0400 Subject: [PATCH 2/2] Update relyance.yaml --- relyance.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/relyance.yaml b/relyance.yaml index 2156568d..60feab5c 100644 --- a/relyance.yaml +++ b/relyance.yaml @@ -1,16 +1,10 @@ # Relyance Compliance Inspector Configuration -# TODO: Replace text in < > with actual information from your environment - # Product and Repository Metadata -# Purpose: Useful to slice/dice the Data Inventory and Data Map in Relyance repository: signup-sequencer # Services and Code Relationship -# Purpose: Configuration used to visualize the code base and relationships between microservices and code. -# Note: Directory paths are relative to the repository's root directory. -# Note: Need a separate entry for each microservice. See example below. service: - service: signup-sequencer - source: src