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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,3 +148,23 @@ docker run -it -v $(pwd):/usr/src/terramaid rosesecurity/terramaid:latest
148
148
## CI/CD Integrations
149
149
150
150
Terramaid is designed to easily integrate with existing pipelines and workflows. For more information on sample GitHub Actions and GitLab CI/CD Pipelines, feel free to check out [GitHub Actions Integrations](./docs/GitHub_Actions_Integration.md) and [Gitlab Pipelines Integrations](./docs/GitLab_Pipelines_Integration.md).
151
+
152
+
## Contributing
153
+
154
+
For bug reports & feature requests, please use the [issue tracker](https://github.com/rosesecurity/terramaid/issues).
155
+
156
+
PRs are welcome! We follow the typical "fork-and-pull" Git workflow.
157
+
1.**Fork** the repo on GitHub
158
+
2.**Clone** the project to your own machine
159
+
3.**Commit** changes to your own branch
160
+
4.**Push** your work back up to your fork
161
+
5. Submit a **Pull Request** so that we can review your changes
162
+
163
+
> [!TIP]
164
+
> Be sure to merge the latest changes from "upstream" before making a pull request!
0 commit comments