Skip to content

Updated dockerfile to python 3.13, removed cache from pip3 to reduce size of the docker image #33

Updated dockerfile to python 3.13, removed cache from pip3 to reduce size of the docker image

Updated dockerfile to python 3.13, removed cache from pip3 to reduce size of the docker image #33

name: 'Dependency review'
on:
pull_request:
branches: [ "dev", "main", "proj/*" ]
permissions:
contents: read
pull-requests: 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:
comment-summary-in-pr: on-failure