From 3914070c76410c5a64999b08b8c52beb694033be Mon Sep 17 00:00:00 2001 From: Richard Barrett <32808365+Richard-Barrett@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:12:39 -0500 Subject: [PATCH] Update README.md Update Documentation --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465e15d..d5ed151 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ # terraform-artifactory-groups +[![CodeQL IaC](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/iac-codeql.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/iac-codeql.yaml) +[![Terraform Validate](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/terraform_validate.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/terraform_validate.yaml) +[![TFLint](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/tflint.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/tflint.yaml) +[![Trivy Scan](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/trivy.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/trivy.yaml) + Terraform Module for Making Artifactory Groups and Permission Targets for JFrog Artifactory This Terraform module manages resources in JFrog Artifactory, specifically groups and permission targets. @@ -67,7 +72,7 @@ Here's a basic usage example of your Terraform module. This example assumes that ```hcl module "artifactory" { - source = "./artifactory_module" + source = "git::https://github.com/Richard-Barrett/terraform-artifactory-groups.git?ref=0.8.0" name = "MY_GROUP" description = "This is my group" @@ -92,7 +97,7 @@ Here's an advanced usage example of your Terraform module. This example assumes ```hcl module "artifactory" { - source = "./artifactory_module" + source = "git::https://github.com/Richard-Barrett/terraform-artifactory-groups.git?ref=0.8.0" name = "MY_GROUP" description = "This is my group"