chore: refresh triage exclusions

This commit is contained in:
2026-05-16 12:43:42 +00:00
parent c67a5676ec
commit d23910c487
2 changed files with 8 additions and 9 deletions
+7
View File
@@ -166,5 +166,12 @@
"location": "tests/entrypoint_pagination.sh:137", "location": "tests/entrypoint_pagination.sh:137",
"suggestion": "腳本執行時將標準輸出重定向到 `/dev/null`。為了更全面地驗證錯誤處理邏輯,應捕獲標準錯誤輸出 (stderr) 並檢查 `fail` 函數輸出的錯誤訊息是否符合預期,同時驗證腳本在錯誤情況下是否以非零狀態碼退出。", "suggestion": "腳本執行時將標準輸出重定向到 `/dev/null`。為了更全面地驗證錯誤處理邏輯,應捕獲標準錯誤輸出 (stderr) 並檢查 `fail` 函數輸出的錯誤訊息是否符合預期,同時驗證腳本在錯誤情況下是否以非零狀態碼退出。",
"reason": "false positive" "reason": "false positive"
},
{
"level": "info",
"role": "Maya",
"location": "Dockerfile",
"suggestion": "考慮新增一個整合測試,該測試會建置 Docker 映像檔,並在容器內部執行 `entrypoint.sh`。這將有助於驗證所有必要的依賴項(如 bash, curl, jq)是否已正確安裝,並且腳本在目標容器環境中能正常執行,確保部署的穩定性。",
"reason": "false positive"
} }
] ]
+1 -9
View File
@@ -1,9 +1 @@
[ []
{
"level": "info",
"role": "Maya",
"location": "Dockerfile",
"suggestion": "考慮新增一個整合測試,該測試會建置 Docker 映像檔,並在容器內部執行 `entrypoint.sh`。這將有助於驗證所有必要的依賴項(如 bash, curl, jq)是否已正確安裝,並且腳本在目標容器環境中能正常執行,確保部署的穩定性。",
"is_new": true
}
]