From b37f9c1d9460d71978bce7f7f517c75361bfc659 Mon Sep 17 00:00:00 2001 From: Gadi Naor Date: Mon, 2 Mar 2020 11:13:09 +0200 Subject: [PATCH] readme update --- .github/release-drafter.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 76e29ab..b8b80a1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -22,7 +22,7 @@ categories: label: chore title: Maintenance change-template: "- $TITLE @$AUTHOR (#$NUMBER)" -name-template: "v$NEXT_PATCH_VERSION 🚀" +name-template: "Alcide Kubernetes Advisor Github Action - v$NEXT_PATCH_VERSION 🚀" tag-template: v$NEXT_PATCH_VERSION template: |- ## Changes diff --git a/README.md b/README.md index d53925c..bb8b5e4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Alcide Advisor is an agentless service for Kubernetes audit and compliance that * Kubernetes operators security best practices. * Deployment conformance to labeling, annotating, resource limits and much more ... +[Create Alcide Advisor Account](https://www.alcide.io/pricing) ## Usage @@ -75,7 +76,7 @@ jobs: kubectl get storageclass standard - name: Scan Local Cluster - uses: alcideio/advisor-action@v1.0.0 + uses: alcideio/advisor-action@v1.0.3 with: exclude_namespaces: '-' include_namespaces: '*'