Skip to content

Commit

Permalink
chore: ignore specific bandit warning in test_run_macaron_sh.py
Browse files Browse the repository at this point in the history
Signed-off-by: Trong Nhan Mai <trong.nhan.mai@oracle.com>
  • Loading branch information
tromai committed Jul 8, 2024
1 parent f3ecbf0 commit df0a4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Tests for the ``run_macaron.sh`` script."""

import os
import subprocess # nosec
import subprocess # nosec B404
import sys
from collections import namedtuple

Expand Down

0 comments on commit df0a4a9

Please sign in to comment.