Skip to content

refactor: not forcing network volumes, increased default sizes (volumes and containers), locking endpoints to EU-RO-1 #107

refactor: not forcing network volumes, increased default sizes (volumes and containers), locking endpoints to EU-RO-1

refactor: not forcing network volumes, increased default sizes (volumes and containers), locking endpoints to EU-RO-1 #107

name: Dependency Review
on:
pull_request:
branches: [ main ]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
# Fail the action if any vulnerable dependencies are found
fail-on-severity: moderate
# Allow licenses (customize as needed)
allow-licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC