diff --git a/.github/workflows/security_scan.yml b/.github/workflows/security_scan.yml
index 149f440..d045279 100644
--- a/.github/workflows/security_scan.yml
+++ b/.github/workflows/security_scan.yml
@@ -1,11 +1,11 @@
 name: Vulnerability Scan with CRDA
 on:
-  push:
+  # push:
   workflow_dispatch:
-  pull_request_target:
-    types: [ assigned, opened, synchronize, reopened, labeled, edited ]
-  schedule:
-    - cron: '0 0 * * *'  # every day at midnight
+  # pull_request_target:
+  #   types: [ assigned, opened, synchronize, reopened, labeled, edited ]
+  # schedule:
+  #   - cron: '0 0 * * *'  # every day at midnight
 
 jobs:
   crda-scan: