We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e85634 commit 3c2f096Copy full SHA for 3c2f096
.github/workflows/sca-scan.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@master
10
- name: Run Snyk to check for vulnerabilities
11
- uses: snyk/actions/python-3.10@master
+ uses: snyk/actions/python-3.11@master
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
contentstack/__init__.py
@@ -17,3 +17,4 @@
17
__endpoint__ = 'cdn.contentstack.io'
18
__email__ = 'mobile@contentstack.com'
19
__developer_email__ = 'shailesh.mishra@contentstack.com'
20
+__license__ = "MIT"
0 commit comments