diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 4cb0876..cdbf7d4 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -5,11 +5,12 @@ env: on: # Trigger 1: PR created on main or version branches (*.*) - pull_request_target: - branches: - - main - - '*.*' - types: [opened, reopened, synchronize] + # Temporarily disabled until security review is complete. + # pull_request_target: + # branches: + # - main + # - '*.*' + # types: [opened, reopened, synchronize] # Trigger 2: Daily scheduled run at 00:13 UTC # Schedule it a random minute because most Github Actions are scheduled @@ -607,4 +608,4 @@ jobs: --namespace "GitHub/Workflows" \ --metric-name "ExecutionsFailed" \ --dimensions "Repository=$REPOSITORY,Workflow=SecurityScan" \ - --value 1 \ No newline at end of file + --value 1