Skip to content

Commit

Permalink
Added ignore for Ansible safety#66700
Browse files Browse the repository at this point in the history
The affected version is <2.14.14, making it dev-only. The admin tooling uses 2.15.9.
  • Loading branch information
zenmonkeykstop committed Apr 26, 2024
1 parent 90ea2f9 commit 8db0a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -180,6 +180,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
--ignore 65193 \
--ignore 65510 \
--ignore 65511 \
--ignore 66700 \
--full-report -r $$req_file \
&& echo -e '\n' \
|| exit 1; \
Expand Down

0 comments on commit 8db0a79

Please sign in to comment.