From d0d960188c0785c7907af7b5f6844972af9fb948 Mon Sep 17 00:00:00 2001 From: Brian van de Boogaard Date: Tue, 5 Nov 2024 10:11:42 -0700 Subject: [PATCH] DEV-28818 Test Snyk --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c7e3757..cd680db6 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ...