Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
daa2772439 fix(deps): update dependency idna to v3.15
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m16s
2026-05-13 08:29:06 +00:00
190cb7276b Merge pull request '.forgejo/workflows/nyx-scan.yml hinzugefügt' (#17) from workflows into main
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo/pulls/17
2026-05-13 10:27:21 +02:00
92e04bcbac .forgejo/workflows/nyx-scan.yml hinzugefügt
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m37s
2026-05-13 10:13:51 +02:00
3 changed files with 34 additions and 2 deletions

View file

@ -0,0 +1,32 @@
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

@ -35,7 +35,7 @@ dependencies = [
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna==3.14",
"idna==3.15",
"pycparser==3.0",
"typing_extensions==4.15.0",
]

View file

@ -6,6 +6,6 @@ exceptiongroup==1.3.1
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.14
idna==3.15
pycparser==3.0
typing_extensions==4.15.0