Skip to content

Commit a8060ce

Browse files
authored
Merge pull request #2254 from GSA/daily_scans_requests
daily scan work
2 parents bdd4b67 + 76df6bb commit a8060ce

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

.ds.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@
151151
"filename": ".github/workflows/daily_checks.yml",
152152
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
153153
"is_verified": false,
154-
"line_number": 63,
154+
"line_number": 64,
155155
"is_secret": false
156156
},
157157
{
158158
"type": "Basic Auth Credentials",
159159
"filename": ".github/workflows/daily_checks.yml",
160160
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
161161
"is_verified": false,
162-
"line_number": 79,
162+
"line_number": 80,
163163
"is_secret": false
164164
}
165165
],
@@ -374,5 +374,5 @@
374374
}
375375
]
376376
},
377-
"generated_at": "2025-09-11T16:22:46Z"
377+
"generated_at": "2026-03-26T17:19:11Z"
378378
}

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
inputs: requirements.txt
9494
ignore-vulns: |
9595
PYSEC-2023-312
96+
CVE-2026-4539
9697
9798
static-scan:
9899
runs-on: ubuntu-latest

.github/workflows/daily_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
inputs: requirements.txt
3333
ignore-vulns: |
3434
PYSEC-2023-312
35+
CVE-2026-4539
3536
- name: Upload pip-audit artifact
3637
uses: actions/upload-artifact@v4
3738
with:

poetry.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ webencodings = "^0.5.1"
7272
itsdangerous = "^2.2.0"
7373
jinja2 = "^3.1.6"
7474
redis = "^6.4.0"
75-
requests = "^2.32.5"
75+
requests = "^2.33.0"
7676
virtualenv = "^21.1.0"
7777
marshmallow-enum = "^1.5.1"
7878
awscli = "^1.44.38"

0 commit comments

Comments
 (0)