--- title: 学习周刊-总第116期-2023年第29周 date: 2023-07-21 09:17:45 permalink: /pages/feff51/ categories: - 周刊 - 学习周刊 - 2023年 tags: - feed: enable: true description: 学习周刊-总第116期-一款扫描代码中是否包含秘钥敏感信息的工具 --- ### 0 ,前言 周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly) 欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。 周刊核心为运维周刊,还会侧重Go语言生态,Vue相关技术生态的项目,以及 GitHub 上优秀项目或经验。 你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。 ### 1,优秀项目 --- - 项目地址:[trufflehog](https://github.com/trufflesecurity/trufflehog) - 项目说明:一款用于扫描代码中是否包含密码,秘钥等敏感信息的工具,可以集成到你的流水线当中。 ![](https://t.eryajf.net/imgs/2023/07/1689404588247.gif) - 相关文章:[README](https://github.com/trufflesecurity/trufflehog#readme) --- - 项目地址:[g](https://github.com/voidint/g) - 项目说明:与 gvm 类似,又一个 go 多版本管理工具。 - 相关文章:[README](https://github.com/voidint/g#readme) --- - 项目地址:[coroot](https://github.com/coroot/coroot) - 项目说明:Coroot 是一款基于 e BPF 的开源可观测性工具,可将遥测数据转化为可操作的见解,帮助您快速识别和解决应用程序问题。 ![](https://t.eryajf.net/imgs/2023/07/1689082286827.png) - 相关文章:[README](https://github.com/coroot/coroot#readme) --- - 项目地址:[fastcache](https://github.com/VictoriaMetrics/fastcache) - 项目说明:一个高性能缓存 go 库,可用于实践。 - 相关文章:[README](https://github.com/VictoriaMetrics/fastcache#readme) --- - 项目地址:[yarr](https://github.com/nkanaev/yarr) - 项目说明:又一个开源的 rss 工具,支持 Mac 与 Windows。 ![](https://t.eryajf.net/imgs/2023/07/1689431450028.png) - 相关文章:[README](https://github.com/nkanaev/yarr#readme) --- ### 2,优秀文章 --- - [How to check if directory exists outside of workspace from a jenkins pipeline script](https://stackoverflow.com/questions/46705569/how-to-check-if-directory-exists-outside-of-workspace-from-a-jenkins-pipeline-sc) - 如题,如何优雅地在 Jenkins pipeline 中判断目录是否存在。 --- - [Kubernetes Downward API 基本用法](https://www.qikqiak.com/post/use-downward-api-get-pod-info/) - 如题,可通过这种方式,将 pod 自身的一些信息注入到 pod 的环境变量之中。 --- ### 3,优秀博客 --- - 博客地址:[大厂项目复盘](https://www.yuque.com/wikidesign/ykf0s9) - 简单说明:国内阿里,百度,腾讯,美团各家的项目实践经验合集 --- - 博客地址:[小五的个人杂货铺](https://wang-xiaowu.github.io/) - 简单说明:博客内容蛮丰富的 ---