Skip to content

Commit

Permalink
git: Rename jira-cloud-ticket-automation to publish-sarif-to-jira
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDavis-Ibexlabs committed Apr 1, 2024
1 parent dee1353 commit 83866b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jira-cloud-ticket-automation
# publish-sarif-to-jira

Python project to push SARIF output to JIRA Cloud and track progress of personal projects in JIRA

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(
name='jira-cloud-ticket-automation',
name='publish-sarif-to-jira',
version='0.0.1',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 83866b0

Please sign in to comment.