Skip to content

Commit

Permalink
Merge pull request #23 from os-climate/enable-security-auditing
Browse files Browse the repository at this point in the history
Feat: Enable Python security audit workflow
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 21, 2023
2 parents d230682 + 9391661 commit f7a5c08
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
- name: 'Checkout repository'
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v3
with:
version: 2.10.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -37,13 +32,11 @@ jobs:
- name: 'Install dependencies'
run: |
pip install --upgrade pip
pdm lock
pdm export -o requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
- name: 'Run: pip-audit'
uses: pypa/[email protected]
with:
ignore-vulns: |
PYSEC-2023-163
# with:
# ignore-vulns: |
# PYSEC-2023-163

0 comments on commit f7a5c08

Please sign in to comment.