-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes unnecessary lines from example workflow in README.md and updates
version in setup.py
- Loading branch information
1 parent
be6984a
commit ec934d5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='ghast-scanner', | ||
version='1.5.7', | ||
version='1.6.7', | ||
packages=find_packages(), | ||
install_requires=[ | ||
'iniconfig==2.0.0', | ||
|
@@ -15,7 +15,7 @@ | |
author_email='[email protected]', | ||
description='Analyze the security posture of your GitHub Action', | ||
url='https://github.com/bin3xish477/ghast', | ||
classifiers = [ | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python', | ||
|
@@ -27,4 +27,4 @@ | |
'Programming Language :: Python :: Implementation :: CPython', | ||
'Programming Language :: Python :: Implementation :: PyPy', | ||
], | ||
) | ||
) |