From 77de9e1f29889b0f34930e87fad997fdb05a6c5f Mon Sep 17 00:00:00 2001 From: AJ Mabry <81774843+aj-bw@users.noreply.github.com> Date: Wed, 7 May 2025 13:33:52 -0400 Subject: [PATCH 1/2] update pull request target workflow step --- .github/workflows/scan.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index e4057a1c..5c0728ea 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -6,7 +6,9 @@ on: branches: - "main" pull_request_target: - types: [opened, synchronize] + types: [opened, synchronize, reopend] + branches: + - "main" jobs: check-run: From fd79142a3accdfe629b05c4f27b81b753617b966 Mon Sep 17 00:00:00 2001 From: AJ Mabry <81774843+aj-bw@users.noreply.github.com> Date: Wed, 7 May 2025 13:58:15 -0400 Subject: [PATCH 2/2] update scan --- .github/workflows/scan.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 5c0728ea..dedbafa1 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -5,6 +5,10 @@ on: push: branches: - "main" + pull_request: + types: [opened, synchronize, reopened] + branches-ignore: + - main pull_request_target: types: [opened, synchronize, reopend] branches: