diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml
index 8613723..af8671d 100644
--- a/.gitea/workflows/pr-checks.yml
+++ b/.gitea/workflows/pr-checks.yml
@@ -39,13 +39,13 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- - name: Build Shared
+ - name: Build Shared (includes SAST via SecurityCodeScan)
run: dotnet build src/GmRelay.Shared/GmRelay.Shared.csproj --no-restore
- - name: Build Bot (compile check)
+ - name: Build Bot (compile check, includes SAST)
run: dotnet build src/GmRelay.Bot/GmRelay.Bot.csproj --no-restore
- - name: Build Web (compile check)
+ - name: Build Web (compile check, includes SAST)
run: dotnet build src/GmRelay.Web/GmRelay.Web.csproj --no-restore
- name: Run tests
diff --git a/Directory.Build.props b/Directory.Build.props
index 385424b..abbd5a4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -7,4 +7,8 @@
enable
true
+
+
+
+