Compare commits

..

No commits in common. "main" and "v0.2.9" have entirely different histories.
main ... v0.2.9

3 changed files with 4 additions and 36 deletions

View file

@ -1,32 +0,0 @@
name: NYX Security Scan
on:
pull_request:
branches: [main, master]
jobs:
nyx-scan:
runs-on: docker-amd64
steps:
- name: Checkout PR
run: |
git clone --depth=1 \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/${{ github.repository }}.git" \
.
git fetch --depth=1 origin ${{ github.sha }}
git checkout ${{ github.sha }}
- name: Fetch action source
run: |
git clone --depth=1 --branch master \
"https://oauth2:${{ github.token }}@bitfreedom.net/code/nomyo-ai/actions.git" \
./.nyx-action
- uses: ./.nyx-action/nyx-scan
with:
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}
repository: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}
sha: ${{ github.sha }}
fail_on: HIGH

View file

@ -28,14 +28,14 @@ classifiers = [
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"anyio==4.13.0", "anyio==4.13.0",
"certifi==2026.5.20", "certifi==2026.4.22",
"cffi==2.0.0", "cffi==2.0.0",
"cryptography==48.0.0", "cryptography==48.0.0",
"exceptiongroup==1.3.1", "exceptiongroup==1.3.1",
"h11==0.16.0", "h11==0.16.0",
"httpcore==1.0.9", "httpcore==1.0.9",
"httpx==0.28.1", "httpx==0.28.1",
"idna==3.16", "idna==3.14",
"pycparser==3.0", "pycparser==3.0",
"typing_extensions==4.15.0", "typing_extensions==4.15.0",
] ]

View file

@ -1,11 +1,11 @@
anyio==4.13.0 anyio==4.13.0
certifi==2026.5.20 certifi==2026.4.22
cffi==2.0.0 cffi==2.0.0
cryptography==48.0.0 cryptography==48.0.0
exceptiongroup==1.3.1 exceptiongroup==1.3.1
h11==0.16.0 h11==0.16.0
httpcore==1.0.9 httpcore==1.0.9
httpx==0.28.1 httpx==0.28.1
idna==3.16 idna==3.14
pycparser==3.0 pycparser==3.0
typing_extensions==4.15.0 typing_extensions==4.15.0