From be497f580bcdd0c5f8eb52349b55f689a4e64fcb Mon Sep 17 00:00:00 2001 From: Sumanth Reddy Chinna Pullaiah Date: Tue, 22 Oct 2024 23:22:54 +0000 Subject: [PATCH] security scan workflow --- .github/workflows/security-scan.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index ed0c60407..897992e23 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -1,9 +1,10 @@ name: Security Scan on: - pull_request: + workflow_dispatch: + jobs: security-scan: - name: Secuity Scan + name: Security Scan runs-on: ubuntu-latest permissions: