Skip to content

automating cloning and analysis #73

automating cloning and analysis

automating cloning and analysis #73

GitHub Actions / Trunk Check failed Feb 20, 2024 in 1s

Trunk Check

Checked 1 modified file
✖ 4 new issues (1 auto-fixable)

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 68 in samples/fetch_analyze_apps.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B605)

[new] Starting a process with a shell, possible injection detected, security issue.

Check failure on line 71 in samples/fetch_analyze_apps.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B605)

[new] Starting a process with a shell, possible injection detected, security issue.

Check failure on line 88 in samples/fetch_analyze_apps.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B605)

[new] Starting a process with a shell, possible injection detected, security issue.

Check failure on line 94 in samples/fetch_analyze_apps.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F841)

[new] Local variable `analysis` is assigned to but never used