From c670469a38f9b4655ecc973e9ea783760e9b5ef7 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:20:10 +0530 Subject: [PATCH 1/5] sca-scan.yml --- .github/workflows/sca-scan.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 18535bb..54d7231 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -11,6 +11,5 @@ jobs: uses: snyk/actions/python@master env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - SNYK_INTEGRATION_VERSION: python-3.11 with: args: --fail-on=all --all-projects --skip-unresolved From 0a27d5e63643be9fc9f11bc31b5c5b66e0e2edf7 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:20:22 +0530 Subject: [PATCH 2/5] jira.yml --- .github/workflows/jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index caa4bbd..250abc7 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -21,7 +21,7 @@ jobs: project: ${{ secrets.JIRA_PROJECT }} issuetype: ${{ secrets.JIRA_ISSUE_TYPE }} summary: | - ${{ github.event.pull_request.title }} + Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }} description: | PR: ${{ github.event.pull_request.html_url }} From 2986263892c93b321d2bd56bec1a4e6e2927546d Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:20:23 +0530 Subject: [PATCH 3/5] sast-scan.yml From 8c368e2082132ee7435ac7106d5fbde3c732dc42 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:20:25 +0530 Subject: [PATCH 4/5] codeql-analysis.yml From 2b2bd1255cf918e623df249b0286eb843707d4d1 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:20:28 +0530 Subject: [PATCH 5/5] Updated codeowners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0773923..1be7e0d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @contentstack/security-admin \ No newline at end of file +* @contentstack/security-admin