We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9600b58 + 322a61d commit fff0227Copy full SHA for fff0227
.github/workflows/jira.yml
@@ -21,7 +21,7 @@ jobs:
21
project: ${{ secrets.JIRA_PROJECT }}
22
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
23
summary: |
24
- ${{ github.event.pull_request.title }}
+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
25
description: |
26
PR: ${{ github.event.pull_request.html_url }}
27
CODEOWNERS
@@ -1 +1 @@
1
-* @contentstack/security-admin
+* @contentstack/security-admin
LICENSE
@@ -1,6 +1,6 @@
MIT License
2
3
-Copyright (c) 2012 - 2024 Contentstack
+Copyright (c) 2012 - 2025 Contentstack
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments