From f0942eb2677b0a54474ef58b7c651b1619149d69 Mon Sep 17 00:00:00 2001 From: Tim Jarrett Date: Thu, 26 Sep 2024 11:11:49 -0400 Subject: [PATCH] fix idma vuln, turn SCA scanning on for branches --- .github/workflows/sca.yml | 3 +-- requirements.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sca.yml b/.github/workflows/sca.yml index 758c3aa..7b18be3 100644 --- a/.github/workflows/sca.yml +++ b/.github/workflows/sca.yml @@ -12,8 +12,7 @@ on: workflow_dispatch: push: branches: - - master - - main + - '**' pull_request: branches: - master diff --git a/requirements.txt b/requirements.txt index 93615ce..ca91b65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ requests>=2.31.0 veracode-api-signing>=22.3.0 urllib3>= 2.2.2 Pygments>= 2.9.0 +idna>=3.7 \ No newline at end of file