Skip to content

Commit d735f2c

Browse files
committed
update docs
1 parent b37f9c1 commit d735f2c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![](https://github.com/alcideio/advisor-action/workflows/Test/badge.svg?branch=master)](https://github.com/alcideio/advisor-action/actions)
44

55

6-
A GitHub Action for security scan your Kubernetes clustet in a pipeline workflow.
6+
A GitHub Action to add security scanning of your Kubernetes cluster as part of your pipeline workflow.
7+
To customize the scan [Create Alcide Advisor Account](https://www.alcide.io/pricing).
78

89

910
## About *Alcide Advisor*
@@ -18,7 +19,7 @@ Alcide Advisor is an agentless service for Kubernetes audit and compliance that
1819
* Kubernetes operators security best practices.
1920
* Deployment conformance to labeling, annotating, resource limits and much more ...
2021

21-
[Create Alcide Advisor Account](https://www.alcide.io/pricing)
22+
2223

2324
## Usage
2425

@@ -42,7 +43,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi
4243

4344
### Example Workflow
4445

45-
Create a workflow (eg: `.github/workflows/test.yml`):
46+
Create a workflow (eg: `.github/workflows/advisor-scan.yml`):
4647

4748
```yaml
4849
name: Alcide Advisor Workflow Example
@@ -76,7 +77,7 @@ jobs:
7677
kubectl get storageclass standard
7778
7879
- name: Scan Local Cluster
79-
uses: alcideio/advisor-action@v1.0.3
80+
uses: alcideio/advisor-action@v1.0.4
8081
with:
8182
exclude_namespaces: '-'
8283
include_namespaces: '*'

0 commit comments

Comments
 (0)