Skip to content

Use scan command in favor of check one for safety #641

@jorgepiloto

Description

@jorgepiloto

Currently, [safety] uses the [check] command, see:

safety check -o bare --save-json info_safety.json --continue-on-error $ignored_vulnerabilities

However, I started to get this notification:

DEPRECATED: this command (`check`) has been DEPRECATED, and will be unsupported beyond 01 June 2024.

We highly encourage switching to the new `scan` command which is easier to use, more powerful, and can be set up to mimic the deprecated command if required.

We should migrate to the new command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDefects or glitches reported by users or developers

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions