diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 71604ea..75451f2 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -17,28 +17,6 @@ concurrency:
cancel-in-progress: true
jobs:
- compliance:
- name: "License Compliance"
- runs-on: ubuntu-24.04
- steps:
- - name: "Checkout Code"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- - name: Check secret
- id: checksecret
- uses: ./.github/actions/exists
- with:
- value: ${{ secrets.FOSSA_API_KEY }}
- - name: "Run FOSSA Scan"
- if: steps.checksecret.outputs.result == 'true'
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
- with:
- api-key: ${{ secrets.FOSSA_API_KEY }}
- - name: "Run FOSSA Test"
- if: steps.checksecret.outputs.result == 'true'
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
- with:
- api-key: ${{ secrets.FOSSA_API_KEY }}
- run-tests: true
sast:
name: "SAST"
runs-on: ubuntu-24.04
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 84c2005..36b1830 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -8,7 +8,7 @@ before:
gomod:
proxy: false
builds:
- - main: cmd/
+ - main: ./cmd/
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
env:
- CGO_ENABLED=0
@@ -20,21 +20,13 @@ builds:
flags:
- -trimpath
mod_timestamp: '{{ .CommitTimestamp }}'
- ldflags:
- - >-
- -X main.Version={{ .Tag }}
- -X main.GitCommit={{ .Commit }}
- -X main.GitTag={{ .Tag }}
- -X main.GitDirty={{ .Date }}
- -X main.BuildTime={{ .Date }}
- -X main.GitRepo={{ .ProjectName }}
release:
prerelease: auto
footer: |
**Full Changelog**: https://github.com/projectcapsule/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
- [!TIP]
- [Read this documentation](https://github.com/projectcapsule/{{ .ProjectName }}/blob/{{ .Tag }}/SECURITY.md) to see how you can verify an artifacts we are releasing.
+ > [!TIP]
+ > [Read this documentation](https://github.com/projectcapsule/{{ .ProjectName }}/blob/{{ .Tag }}/SECURITY.md) to see how you can verify an artifacts we are releasing.
**Docker Images**
- `ghcr.io/projectcapsule/{{ .ProjectName }}:{{ .Version }}`
@@ -46,15 +38,14 @@ release:
**Kubernetes compatibility**
- [!IMPORTANT]
- Note that the Capsule project offers support only for the latest minor version of Kubernetes.
- Backwards compatibility with older versions of Kubernetes and OpenShift is [offered by vendors](https://projectcapsule.dev/support/).
+ > [!IMPORTANT]
+ > Note that the Capsule project offers support only for the latest minor version of Kubernetes.
+ > Backwards compatibility with older versions of Kubernetes and OpenShift is [offered by vendors](https://projectcapsule.dev/support/).
| Kubernetes version | Minimum required |
|--------------------|------------------|
| `v1.31` | `>= 1.31.0` |
-
Thanks to all the contributors! 🚀 🦄
checksum:
name_template: 'checksums.txt'
diff --git a/README.md b/README.md
index 4d025fc..cf94b3f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Capsule ❤️ Cortex
+> [!IMPORTANT]
+> This project is a permanent hard-fork of the [origin project](https://github.com/blind-oracle/cortex-tenant).
-[!IMPORTANT]
-This project is a permanent hard-fork of the [origin project](https://github.com/blind-oracle/cortex-tenant).
+# Capsule ❤️ Cortex

@@ -9,6 +9,7 @@ This project is a permanent hard-fork of the [origin project](https://github.com
+
@@ -42,3 +43,7 @@ See the [Documentation](docs/README.md) for more information on how to use this
## Support
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/)
+
+## License
+
+[](https://app.fossa.com/projects/git%2Bgithub.com%2Fprojectcapsule%2Fcortex-proxy?ref=badge_large)