Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed May 28, 2024
1 parent 2488356 commit f0e9668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* [1.6 開始 - 初次設定 Git](https://git-scm.com/book/zh-tw/v2/%E9%96%8B%E5%A7%8B-%E5%88%9D%E6%AC%A1%E8%A8%AD%E5%AE%9A-Git)
* [make](https://www.gnu.org/software/make/)
* GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
* [Make 命令教程](http://www.ruanyifeng.com/blog/2015/02/make.html)
* [cloc](https://github.com/AlDanial/cloc)
* cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
* [Libre and Portable Reverse Engineering Framework](https://www.radare.org/n/)
Expand Down
3 changes: 3 additions & 0 deletions docs/tools/ci_and_cd_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* [runner](https://docs.gitlab.com/runner/install/)
* [Kubernetes executor](https://docs.gitlab.com/runner/executors/kubernetes.html)
* [Using GitLab CI/CD with a GitHub repository](https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html)
* [Tutorial: Scan a Docker container for vulnerabilities](https://docs.gitlab.com/ee/tutorials/container_scanning/)
* [Test with GitLab CI/CD and generate reports in merge requests](https://docs.gitlab.com/ee/ci/testing/)
* [Monitor GitLab Runner usage](https://docs.gitlab.com/runner/monitoring/)
* [Jenkins](https://www.jenkins.io/)
* [CNCF/landscape/continuous-integration-delivery](https://landscape.cncf.io/card-mode?category=continuous-integration-delivery&grouping=category)
* [Tekton](https://tekton.dev/)
Expand Down

0 comments on commit f0e9668

Please sign in to comment.