From 46cdc7f7b646e2dbe11002563eb91d6a47d4afd4 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:13:52 +0530 Subject: [PATCH 1/5] sca-scan.yml From fcc8e3498a83431fefc457116a374de7117fe737 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:14:04 +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 c27ac1bf3620ee92a95cf2db00971f05b28df290 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:14:05 +0530 Subject: [PATCH 3/5] sast-scan.yml From 4c267eb4b3c618a0d5a3be75a5011f3310109a77 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:14:09 +0530 Subject: [PATCH 4/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 From a258d3d15f88efe318cb67305701a2d4cdfb54c2 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:19:15 +0530 Subject: [PATCH 5/5] Back Merge (#74) * sca-scan.yml * jira.yml * sast-scan.yml * Updated codeowners --------- Co-authored-by: Aravind Kumar