File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
4849name : Alcide Advisor Workflow Example
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 : ' *'
You can’t perform that action at this time.
0 commit comments