Skip to content

Commit 1ae259d

Browse files
chore(fossa): migrate to cncf fossa (#17)
Signed-off-by: Oliver Bähler <[email protected]>
1 parent 23ec6e9 commit 1ae259d

File tree

3 files changed

+12
-29
lines changed

3 files changed

+12
-29
lines changed

.github/workflows/coverage.yml

-22
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
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
4220
sast:
4321
name: "SAST"
4422
runs-on: ubuntu-24.04

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ release:
3333
footer: |
3434
**Full Changelog**: https://github.com/projectcapsule/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
3535
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.
3838
3939
**Docker Images**
4040
- `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Version }}`
@@ -46,9 +46,9 @@ release:
4646
4747
**Kubernetes compatibility**
4848
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/).
5252
5353
| Kubernetes version | Minimum required |
5454
|--------------------|------------------|

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Capsule ❤️ Cortex
22

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).
55
66
![Capsule Cortex](docs/images/logo.png)
77

88
<p align="center">
99
<a href="https://github.com/projectcapsule/cortex-proxy/releases/latest">
1010
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/projectcapsule/cortex-proxy?sort=semver">
1111
</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>
1213
<a href="https://artifacthub.io/packages/search?repo=cortex-proxy">
1314
<img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cortex-proxy" alt="Artifact Hub">
1415
</a>
@@ -42,3 +43,7 @@ See the [Documentation](docs/README.md) for more information on how to use this
4243
## Support
4344

4445
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)

0 commit comments

Comments
 (0)