diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 349596a..ad022ba 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -15,7 +15,7 @@ jobs:
 
     runs-on: ubuntu-latest
     env:
-      SA_PASSWORD: PLACEHOLDER # The 'PLACEHOLDER' value tells the credscanner to dismiss this local secret
+      SA_PASSWORD: NotASecret!12 # ([SuppressMessage\("Microsoft.Security", "CS001:SecretInline", Justification="This isn't a real prod secret, it is a local DB instance instantiated on demand."\)]
 
     steps:
     - uses: actions/checkout@v4