Skip to content

Commit

Permalink
remove old ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed May 7, 2024
1 parent 5c528cf commit d7be3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openmdao_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ jobs:
echo "Scan environment for pypi packages with known vulnerabilities"
echo "found in the Python Packaging Advisory Database"
echo "======================================================================="
python -m pip_audit -s pypi --ignore-vuln GHSA-hcpj-qp55-gfph
python -m pip_audit -s pypi
echo "======================================================================="
echo "Scan environment for packages with known vulnerabilities"
echo "found in the Open Source Vulnerability database"
echo "======================================================================="
python -m pip_audit -s osv --ignore-vuln GHSA-hcpj-qp55-gfph
python -m pip_audit -s osv
- name: Notify slack
uses: act10ns/[email protected]
Expand Down

0 comments on commit d7be3f8

Please sign in to comment.