mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
cleanup
This commit is contained in:
10
.github/workflows/checks.yml
vendored
10
.github/workflows/checks.yml
vendored
@@ -87,15 +87,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-project
|
||||
- name: Create requirements.txt
|
||||
run: poetry export --output requirements_tmp.txt --without-hashes
|
||||
- name: Filter requirements.txt
|
||||
run: grep -v "oscrypto@ git" requirements_tmp.txt > requirements.txt
|
||||
- name: Verify requirements.txt
|
||||
run: ls -l requirements.txt
|
||||
- name: Print requirements.txt
|
||||
run: |
|
||||
echo "Contents of requirements.txt:"
|
||||
cat requirements.txt
|
||||
run: poetry export --output requirements.txt
|
||||
- uses: pypa/gh-action-pip-audit@v1.1.0
|
||||
with:
|
||||
inputs: requirements.txt
|
||||
|
||||
10
.github/workflows/daily_checks.yml
vendored
10
.github/workflows/daily_checks.yml
vendored
@@ -26,15 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/actions/setup-project
|
||||
- name: Create requirements.txt
|
||||
run: poetry export --output requirements_tmp.txt --without-hashes
|
||||
- name: Filter requirements.txt
|
||||
run: grep -v "oscrypto@ git" requirements_tmp.txt > requirements.txt
|
||||
- name: Verify requirements.txt
|
||||
run: ls -l requirements.txt
|
||||
- name: Print requirements.txt
|
||||
run: |
|
||||
echo "Contents of requirements.txt:"
|
||||
cat requirements.txt
|
||||
run: poetry export --output requirements.txt
|
||||
- uses: pypa/gh-action-pip-audit@v1.1.0
|
||||
with:
|
||||
inputs: requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user