File tree 3 files changed +12
-29
lines changed
3 files changed +12
-29
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,6 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
jobs :
20
- compliance :
21
- name : " License Compliance"
22
- runs-on : ubuntu-24.04
23
- steps :
24
- - name : " Checkout Code"
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
- - name : Check secret
27
- id : checksecret
28
- uses : ./.github/actions/exists
29
- with :
30
- value : ${{ secrets.FOSSA_API_KEY }}
31
- - name : " Run FOSSA Scan"
32
- if : steps.checksecret.outputs.result == 'true'
33
- uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
34
- with :
35
- api-key : ${{ secrets.FOSSA_API_KEY }}
36
- - name : " Run FOSSA Test"
37
- if : steps.checksecret.outputs.result == 'true'
38
- uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
39
- with :
40
- api-key : ${{ secrets.FOSSA_API_KEY }}
41
- run-tests : true
42
20
sast :
43
21
name : " SAST"
44
22
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ release:
33
33
footer : |
34
34
**Full Changelog**: https://github.com/projectcapsule/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
35
35
36
- [!TIP]
37
- [Read this documentation](https://github.com/projectcapsule/{{ .ProjectName }}/blob/{{ .Tag }}/SECURITY.md) to see how you can verify an artifacts we are releasing.
36
+ > [!TIP]
37
+ > [Read this documentation](https://github.com/projectcapsule/{{ .ProjectName }}/blob/{{ .Tag }}/SECURITY.md) to see how you can verify an artifacts we are releasing.
38
38
39
39
**Docker Images**
40
40
- `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Version }}`
@@ -46,9 +46,9 @@ release:
46
46
47
47
**Kubernetes compatibility**
48
48
49
- [!IMPORTANT]
50
- Note that the Capsule project offers support only for the latest minor version of Kubernetes.
51
- Backwards compatibility with older versions of Kubernetes and OpenShift is [offered by vendors](https://projectcapsule.dev/support/).
49
+ > [!IMPORTANT]
50
+ > Note that the Capsule project offers support only for the latest minor version of Kubernetes.
51
+ > Backwards compatibility with older versions of Kubernetes and OpenShift is [offered by vendors](https://projectcapsule.dev/support/).
52
52
53
53
| Kubernetes version | Minimum required |
54
54
|--------------------|------------------|
Original file line number Diff line number Diff line change 1
1
# Capsule ❤️ Cortex
2
2
3
- [ !IMPORTANT]
4
- This project is a permanent hard-fork of the [ origin project] ( https://github.com/blind-oracle/cortex-tenant ) .
3
+ > [ !IMPORTANT]
4
+ > This project is a permanent hard-fork of the [ origin project] ( https://github.com/blind-oracle/cortex-tenant ) .
5
5
6
6
![ Capsule Cortex] ( docs/images/logo.png )
7
7
8
8
<p align =" center " >
9
9
<a href =" https://github.com/projectcapsule/cortex-proxy/releases/latest " >
10
10
<img alt =" GitHub release (latest SemVer) " src =" https://img.shields.io/github/v/release/projectcapsule/cortex-proxy?sort=semver " >
11
11
</a >
12
+ <a href =" https://app.fossa.com/projects/git%2Bgithub.com%2Fprojectcapsule%2Fcortex-proxy?ref=badge_small " alt =" FOSSA Status " ><img src =" https://app.fossa.com/api/projects/git%2Bgithub.com%2Fprojectcapsule%2Fcortex-proxy.svg?type=small " /></a >
12
13
<a href =" https://artifacthub.io/packages/search?repo=cortex-proxy " >
13
14
<img src =" https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cortex-proxy " alt =" Artifact Hub " >
14
15
</a >
@@ -42,3 +43,7 @@ See the [Documentation](docs/README.md) for more information on how to use this
42
43
## Support
43
44
44
45
This addon is developed by the community. For enterprise support (production ready setup,tailor-made features) reach out to [ Capsule Supporters] ( https://projectcapsule.dev/support/ )
46
+
47
+ ## License
48
+
49
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Fprojectcapsule%2Fcortex-proxy.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Fprojectcapsule%2Fcortex-proxy?ref=badge_large )
You can’t perform that action at this time.
0 commit comments