Skip to content

marked pydantic work as done #112

marked pydantic work as done

marked pydantic work as done #112

name: Security Check
on: [push, pull_request]
jobs:
Security_Report:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set up venv
run: |
. ./pdt configure-venv
- name: Installing Grype
run: |
. ./pdt activate && install-anchore-security-tools
- name: Running security report
run: |
. ./pdt activate 1>/dev/null && full-security-check