-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,44 @@ | ||
name-template: 'v$NEXT_PATCH_VERSION 🚀' | ||
tag-template: 'v$NEXT_PATCH_VERSION' | ||
categories: | ||
- title: 'Features' | ||
labels: | ||
- 'feature' | ||
- 'enhancement' | ||
- title: 'Bug Fixes' | ||
labels: | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- title: '🚀 Highlights' | ||
labels: | ||
- 'release/highlight' | ||
- title: '⚠️ Breaking Changes' | ||
labels: | ||
- 'release/breaking-change' | ||
- title: 'Maintenance' | ||
label: 'chore' | ||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
template: | | ||
## Changes | ||
$CHANGES | ||
## About *Alcide Advisor* | ||
|
||
Alcide Advisor is an agentless service for Kubernetes audit and compliance that’s built to ensure a frictionless and secured DevSecOps workflow by layering a hygiene scan of Kubernetes cluster & workloads early in the development process and before moving to production. With Alcide Advisor, you can cover the following security checks | ||
* Kubernetes infrastructure vulnerability scanning. | ||
* Hunting misplaced secrets, or excessive priviliges for secret access. | ||
* Workload hardening from Pod Security to network policies. | ||
* Istio security configuration and best practices. | ||
* Ingress Controllers for security best practices. | ||
* Kubernetes API server access privileges. | ||
* Kubernetes operators security best practices. | ||
* Deployment conformance to labeling, annotating, resource limits and much more ... | ||
|
||
[Create Alcide Advisor Account](https://www.alcide.io/pricing) | ||
categories: | ||
- | ||
labels: | ||
- feature | ||
- enhancement | ||
title: Features | ||
- | ||
labels: | ||
- fix | ||
- bugfix | ||
- bug | ||
title: "Bug Fixes" | ||
- | ||
labels: | ||
- release/highlight | ||
title: "🚀 Highlights" | ||
- | ||
labels: | ||
- release/breaking-change | ||
title: "⚠️ Breaking Changes" | ||
- | ||
label: chore | ||
title: Maintenance | ||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)" | ||
name-template: "v$NEXT_PATCH_VERSION 🚀" | ||
tag-template: v$NEXT_PATCH_VERSION | ||
template: |- | ||
## Changes | ||
$CHANGES | ||
## About *Alcide Advisor* | ||
Alcide Advisor is an agentless service for Kubernetes audit and compliance that’s built to ensure a frictionless and secured DevSecOps workflow by layering a hygiene scan of Kubernetes cluster & workloads early in the development process and before moving to production. With Alcide Advisor, you can cover the following security checks | ||
* Kubernetes infrastructure vulnerability scanning. | ||
* Hunting misplaced secrets, or excessive priviliges for secret access. | ||
* Workload hardening from Pod Security to network policies. | ||
* Istio security configuration and best practices. | ||
* Ingress Controllers for security best practices. | ||
* Kubernetes API server access privileges. | ||
* Kubernetes operators security best practices. | ||
* Deployment conformance to labeling, annotating, resource limits and much more ... | ||
[Create Alcide Advisor Account](https://www.alcide.io/pricing) |