From 5720473ffd12f61ae82c6f896e8638bd1b5a4b06 Mon Sep 17 00:00:00 2001 From: Sujit Scaria <86460900+sujitscaria@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:21:04 +0530 Subject: [PATCH] Update threatrix.yaml --- .github/workflows/threatrix.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/threatrix.yaml b/.github/workflows/threatrix.yaml index c97598ba72..c75a1e4ddd 100644 --- a/.github/workflows/threatrix.yaml +++ b/.github/workflows/threatrix.yaml @@ -1,10 +1,10 @@ name: Threatrix Scan on: - pull_request: - types: - - 'opened' - - 'reopened' - workflow_dispatch: + push: +# types: +# - 'opened' +# - 'reopened' +# workflow_dispatch: jobs: execute-scan-workflow: uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master