Commit 3944e38
authored
chore: Added packages.lock to csharp sdk (#1621)
Generated a project lock file for the csharp sdk to lock down package
dependencies.
This was done to remediate an internal vulnerability scan ticket and to
allow Google to scan/manage our csharp supply chain vulnerabilities.
Currently afaict, we dont have any CI running for csharp given its
community supported, so there's nothing in the repo that relies on the
lock file. The lockfile shouldn't need to be updated when generating a
csharp sdk as we only generate api/model definitions which shouldn't
depend on the csharp sdk's packages. Example generated PR:
https://github.com/looker-open-source/sdk-codegen/pull/1612/files1 parent 935dae6 commit 3944e38
2 files changed
+1101
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
0 commit comments