We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5446b commit 8b5a89eCopy full SHA for 8b5a89e
.github/workflows/bandit.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
set -euxo pipefail
36
37
- echo "codes=$(uvx toml2json ./ruff.toml | jq '[.lint.ignore[] | select(test("^S\\d+"))] | join(",")' -r)" >> "$GITHUB_OUTPUT"
+ echo "codes=$(uvx toml2json ./ruff.toml | jq -r '.lint.ignore | map(select(test("^S\\d+"))) | join(",")')" >> "$GITHUB_OUTPUT"
38
- name: Perform Bandit Analysis using Ruff
39
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
40
with:
0 commit comments