Skip to content

Commit

Permalink
fix release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gadinaor committed Mar 2, 2020
1 parent d8c8b37 commit e890b74
Showing 1 changed file with 44 additions and 39 deletions.
83 changes: 44 additions & 39 deletions .github/release-drafter.yml
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)

0 comments on commit e890b74

Please sign in to comment.