sonar security hotspots

This commit is contained in:
Cindy Chang
2024-08-12 11:30:08 +08:00
parent d8c1e84622
commit 8c58f53d4f
6 changed files with 9 additions and 6 deletions

View File

@@ -8,5 +8,8 @@ module.exports = defineConfig({
e2e: {
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
},
includeShadowDom: true
includeShadowDom: true,
env: {
loginPwd: 'REDACTED-PWD',
}
});