Skip to content

⬆️ Bump Authlib and requests packages following cve #497

⬆️ Bump Authlib and requests packages following cve

⬆️ Bump Authlib and requests packages following cve #497

Workflow file for this run

name: Test Dockerfile
on: pull_request
jobs:
dockerfile-test:
name: container-structure-test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build
run: docker build -t image-test .
- name: Check it exists
run: docker images
- name: Run docker tests
uses: docker://gcr.io/gcp-runtimes/container-structure-test:latest
with:
args: "test --image image-test --config docker-test.yaml"