Skip to content

Commit

Permalink
chore: ignore py vulnerability github/advisory-database#762 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Abraham committed Jan 18, 2023
1 parent 90ce845 commit ce0f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -143,7 +143,7 @@ def safety(session: Session) -> None:
"""Scan dependencies for insecure packages."""
requirements = session.poetry.export_requirements()
session.install("safety")
session.run("safety", "check", "--full-report", f"--file={requirements}")
session.run("safety", "check", "--full-report", "--ignore=51457", f"--file={requirements}")


@session(python=python_versions)
Expand Down

0 comments on commit ce0f7d8

Please sign in to comment.