Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-28818 Test Snyk #1055

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# B2 Command Line Tool

Don't merge this awesome PR; just checking Snyk.

[![CI](https://github.com/Backblaze/B2_Command_Line_Tool/actions/workflows/ci.yml/badge.svg)](https://github.com/Backblaze/B2_Command_Line_Tool/actions/workflows/ci.yml) [![License](https://img.shields.io/pypi/l/b2.svg?label=License)](https://pypi.python.org/pypi/b2) [![python versions](https://img.shields.io/pypi/pyversions/b2.svg?label=python%20versions)](https://pypi.python.org/pypi/b2) [![PyPI version](https://img.shields.io/pypi/v/b2.svg?label=PyPI%20version)](https://pypi.python.org/pypi/b2) [![Docs](https://readthedocs.org/projects/b2-command-line-tool/badge/?version=master)](https://b2-command-line-tool.readthedocs.io/en/master/?badge=master)

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage.
Expand Down Expand Up @@ -43,7 +45,7 @@ You can install the `b2` without them:

### Docker

For a truly platform independent solution, use the official docker image:
For a truly platform independent solution, use the official docker image:

```bash
docker run backblazeit/b2:latest ...
Expand Down
1 change: 1 addition & 0 deletions README.release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Release Process
.

- Run `nox -s make_release_commit -- X.Y.Z` where `X.Y.Z` is the version you're releasing
- Copy the main usage string (from `b2 --help`) to `README.md`. Handy command for consistent format: `COLUMNS=4000 b2 --help | awk '/^usages:/ {p=1; next} p {sub(/^ */, "", $0); print}'`
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+test_snyk.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test Snyk.
Loading