This is a collection of GitHub Actions created and used by Saleor internally.
Warning
This project is solely intended for internal use within the Saleor organization. It is provided as is, breaking changes may be published without notice, and may not be compatible for specific use cases.
| Name | Description |
|---|---|
| sbom-generator | Generates a CycloneDX SBOM with license fetching enabled. |
| grant-license-checker | Generates a license usage report of a given SBOM using grant. |
| request-vault-token | Requests a token from a given vault. |
| Name | Description |
|---|---|
| run-license-check.yaml | Summarizes the list of licenses as a pull request comment (by generating an SBOM.) |
| build-push-image-multi-platform.yaml | Blazing fast building for multi-arch OCI images (ARM64 and AMD64 only). See documentation for usage information. |
| notify-slack.yaml | Sends templated Slack notifications via incoming webhooks. See documentation for usage information. |
Refer to CONTRIBUTING.md.