Skip to content

Commit

Permalink
added checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
anandtiwarics committed May 30, 2024
1 parent cc8153a commit b2516c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion archerysec_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__title__ = 'archerysec-cli'
__authors__ = 'Anand Tiwari'
__copyright__ = f'Copyright {datetime.now().year} Anand Tiwari, ArcherySec'
__version__ = '3.1.16'
__version__ = '3.1.17'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
1 change: 1 addition & 0 deletions archerysec_cli/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
'twistlock, '
'brakeman, '
'Bearer'
'checkov'
')')
@click.option('--threshold', '-th', "threshold", help='threshold type (ex. fail, pass)')
@click.option('--project', "projectid", help='Project ID')
Expand Down

0 comments on commit b2516c9

Please sign in to comment.