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 dee1353 commit 83866b0Copy full SHA for 83866b0
README.md
@@ -1,4 +1,4 @@
1
-# jira-cloud-ticket-automation
+# publish-sarif-to-jira
2
3
Python project to push SARIF output to JIRA Cloud and track progress of personal projects in JIRA
4
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
- name='jira-cloud-ticket-automation',
+ name='publish-sarif-to-jira',
5
version='0.0.1',
6
packages=find_packages(),
7
install_requires=[
0 commit comments