Skip to content

Commit cd720ae

Browse files
completed open source license and attributions
1 parent ad7b11e commit cd720ae

File tree

3 files changed

+63
-3
lines changed

3 files changed

+63
-3
lines changed
File renamed without changes.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,12 @@ uses: gitopsmanager/k8s-deploy/.github/workflows/deploy.yaml@v1
219219

220220
---
221221

222-
## 📄 License
222+
## License
223+
224+
This project is licensed under the MIT License. See [LICENSE](./LICENSE) for details.
225+
226+
Third-party components used in GitHub Actions workflows and automation are documented in:
227+
- [THIRD-PARTY-ACTIONS-AND-TOOLS.md](./THIRD-PARTY-ACTIONS-AND-TOOLS.md)
223228

224-
© 2025 Affinity7 Consulting Ltd
225-
Licensed under the [MIT License](LICENSE) — free to use, modify, and distribute with attribution.
226229

227230

THIRD-PARTY-ACTIONS-AND-TOOLS.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# THIRD-PARTY-ACTIONS-AND-TOOLS
2+
3+
This project uses the following external GitHub Actions and command-line tools in its CI/CD workflows.
4+
5+
---
6+
7+
## GitHub Actions
8+
9+
- **actions/checkout@v4**
10+
License: MIT
11+
Source: https://github.com/actions/checkout
12+
13+
- **tibdex/github-app-token@v1**
14+
License: MIT
15+
Source: https://github.com/tibdex/github-app-token
16+
17+
- **imranismail/setup-kustomize@v2**
18+
License: MIT
19+
Source: https://github.com/imranismail/setup-kustomize
20+
21+
- **actions/upload-artifact@v4**
22+
License: MIT
23+
Source: https://github.com/actions/upload-artifact
24+
25+
---
26+
27+
## CLI / Unix Tools
28+
29+
These tools are installed or invoked directly in the workflow:
30+
31+
- **curl**
32+
License: curl license (similar to MIT)
33+
Source: https://curl.se/
34+
35+
- **gettext/envsubst**
36+
License: GPL-3.0-or-later
37+
Source: https://www.gnu.org/software/gettext/
38+
39+
- **yq (mikefarah/yq)**
40+
License: MIT
41+
Source: https://github.com/mikefarah/yq
42+
43+
- **jq**
44+
License: MIT
45+
Source: https://github.com/stedolan/jq
46+
47+
- **kustomize**
48+
License: Apache-2.0
49+
Source: https://github.com/kubernetes-sigs/kustomize
50+
51+
- **bash**, **find**, **grep**, **chmod**, **cp**, **mkdir**, etc.
52+
License: GPL / BSD / Public Domain (varies by utility)
53+
Included as standard tools in most Linux distributions
54+
55+
---
56+
57+
This file is provided to comply with open source license obligations and to clearly document external components used in GitHub workflows and automation.

0 commit comments

Comments
 (0)