Skip to content

Commit 487b7aa

Browse files
committed
fix(sca): recreate cassette and fix test
1 parent b4b560d commit 487b7aa

File tree

3 files changed

+41
-23
lines changed

3 files changed

+41
-23
lines changed

tests/cassettes/test_sca_scan_compute_files.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ interactions:
1313
Content-Type:
1414
- application/json
1515
User-Agent:
16-
- pygitguardian/1.9.0 (Linux;py3.10.12)
16+
- pygitguardian/1.9.0 (Linux;py3.10.13)
1717
method: POST
1818
uri: https://api.gitguardian.com/v1/sca/compute_sca_files/
1919
response:
2020
body:
21-
string: '{"sca_files":["Pipfile"],"potential_siblings":["Pipfile.lock"]}'
21+
string: '{"sca_files":["Pipfile"],"potential_siblings":[]}'
2222
headers:
2323
access-control-expose-headers:
2424
- X-App-Version
2525
allow:
2626
- POST, OPTIONS
2727
content-length:
28-
- '63'
28+
- '49'
2929
content-type:
3030
- application/json
3131
cross-origin-opener-policy:
3232
- same-origin
3333
date:
34-
- Thu, 17 Aug 2023 08:43:29 GMT
34+
- Tue, 26 Sep 2023 09:58:56 GMT
3535
referrer-policy:
3636
- strict-origin-when-cross-origin
3737
server:
@@ -41,7 +41,7 @@ interactions:
4141
vary:
4242
- Cookie
4343
x-app-version:
44-
- v2.36.1
44+
- v2.39.1
4545
x-content-type-options:
4646
- nosniff
4747
- nosniff
@@ -51,9 +51,9 @@ interactions:
5151
- DENY
5252
- SAMEORIGIN
5353
x-sca-engine-version:
54-
- 1.16.1
54+
- 1.17.0
5555
x-secrets-engine-version:
56-
- 2.95.0
56+
- 2.97.0
5757
x-xss-protection:
5858
- 1; mode=block
5959
status:

0 commit comments

Comments
 (0)