ci: fix requirements.txt and gitleaks scan mode
Some checks failed
Some checks failed
This commit is contained in:
parent
a83e31dcf7
commit
f12c8d403a
2 changed files with 13 additions and 6 deletions
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y --no-install-recommends wget git ca-certificates && rm -rf /var/lib/apt/lists/*
|
apt-get update && apt-get install -y --no-install-recommends wget git ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
wget -qO- https://github.com/gitleaks/gitleaks/releases/download/v8.24.0/gitleaks_8.24.0_linux_x64.tar.gz | tar -xz -C /usr/local/bin gitleaks
|
wget -qO- https://github.com/gitleaks/gitleaks/releases/download/v8.24.0/gitleaks_8.24.0_linux_x64.tar.gz | tar -xz -C /usr/local/bin gitleaks
|
||||||
gitleaks detect --source . --redact --no-banner
|
gitleaks detect --source . --redact --no-banner --no-git
|
||||||
|
|
||||||
security:
|
security:
|
||||||
name: Security audit (bandit)
|
name: Security audit (bandit)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[//]: # (SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
[//]: # (Copyright (c) 2026 Rug Munch Media LLC)
|
# Copyright (c) 2026 Rug Munch Media LLC
|
||||||
# Pry - Free web scraping + automation API
|
# Part of Pry — https://git.rugmunch.io/RugMunchMedia/pryscraper
|
||||||
# Better than Firecrawl, self-hosted, no API keys needed
|
# Generated from pyproject.toml; do not edit manually.
|
||||||
|
|
||||||
fastapi>=0.115.0
|
fastapi>=0.115.0
|
||||||
uvicorn[standard]>=0.32.0
|
uvicorn[standard]>=0.32.0
|
||||||
|
|
@ -11,6 +11,7 @@ lxml>=5.3.0
|
||||||
httpx>=0.28.0
|
httpx>=0.28.0
|
||||||
markdownify>=0.14.0
|
markdownify>=0.14.0
|
||||||
pydantic>=2.0.0
|
pydantic>=2.0.0
|
||||||
|
pydantic-settings>=2.0.0
|
||||||
playwright>=1.50.0
|
playwright>=1.50.0
|
||||||
redis>=5.0.0
|
redis>=5.0.0
|
||||||
pypdf>=5.0.0
|
pypdf>=5.0.0
|
||||||
|
|
@ -18,4 +19,10 @@ python-docx>=1.1.0
|
||||||
tiktoken>=0.8.0
|
tiktoken>=0.8.0
|
||||||
pillow>=10.0.0
|
pillow>=10.0.0
|
||||||
click>=8.0.0
|
click>=8.0.0
|
||||||
httpx>=0.28.0
|
pyyaml>=6.0
|
||||||
|
pandas>=2.0.0
|
||||||
|
anyio>=4.0.0
|
||||||
|
croniter>=2.0.0
|
||||||
|
structlog>=24.0.0
|
||||||
|
sqlalchemy>=2.0.0
|
||||||
|
aiosqlite>=0.19.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue