From c98d70897b714ecafc322ecb646d3828a0f8c403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heitor=20Gouv=C3=AAa?= Date: Fri, 22 Sep 2023 09:01:35 -0300 Subject: [PATCH] Sync (#67) * new module to identify technologies from a web page * added https string * added trigger based on pull request --- .github/workflows/security-gate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index fba53b1..b883e0c 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -4,6 +4,9 @@ on: push: branches: - main + pull_request: + branches: + - main jobs: build: