You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a CI/CD pipeline will facilitate the testing and release stages. We can use github actions.
CI:
On push or opened pr
Formatter > Linter > Test Runner[1]
CD:
On release
Multi Arch build > SBOM generation[2] > CHECKSUM generation[3] > Setting artifacts to release binaries
[1] Currently we don't have any kind of tests
[2] We need a tool that automatically create SBOM. And this step can be the first step.
[3] We need a tool that create CHECKSUM's
The text was updated successfully, but these errors were encountered:
Creating a CI/CD pipeline will facilitate the testing and release stages. We can use github actions.
CI:
Formatter > Linter > Test Runner[1]
CD:
Multi Arch build > SBOM generation[2] > CHECKSUM generation[3] > Setting artifacts to release binaries
[1] Currently we don't have any kind of tests
[2] We need a tool that automatically create SBOM. And this step can be the first step.
[3] We need a tool that create CHECKSUM's
The text was updated successfully, but these errors were encountered: