ตรวจสอบคณภาพและความปลอดภยโคดใน CI/CD ดวย SonarQube
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Flook 2025-02-01 05:34:31 +07:00
parent 9d604d9566
commit 4bceffb36b

View File

@ -2,7 +2,7 @@ function App() {
return ( return (
<div className="flex flex-col items-center justify-center min-h-screen py-2"> <div className="flex flex-col items-center justify-center min-h-screen py-2">
<h1 className="text-3xl font-bold underline text-center">สวสด! ทดสอบ DevSecOps ตโนมสำเร</h1> <h1 className="text-3xl font-bold underline text-center">สวสด! ตรวจสอบคณภาพและความปลอดภยโคดใน CI/CD วย SonarQube สำเร</h1>
</div> </div>
) )
} }