From ded55cf56a2d9d014b031b455ca10567293a6b2e Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Tue, 5 Mar 2024 17:27:37 +0530 Subject: [PATCH] Disable crda scan workflow temporarily Signed-off-by: divyansh42 --- .github/workflows/security_scan.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: