From 9eec6c56a5af272e2aa53c3ea5cfb72afcf99f12 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 11:58:48 +0530 Subject: [PATCH 1/4] sca-scan.yml From 280214bf0d829bf15d032c0d4336d97e01d72eef Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:00:10 +0530 Subject: [PATCH 2/4] 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 b933d0875befb307af6c5af3e0f243c62bea628c Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:00:11 +0530 Subject: [PATCH 3/4] sast-scan.yml From decd7b76a94a5676fc273d8a4c9d80923d9a531e Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 20 Jan 2025 12:00:16 +0530 Subject: [PATCH 4/4] Added codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1be7e0d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @contentstack/security-admin