Commit 6e1face
authored
Auditor API SDK: SHA Pinning workflow file (#2)
SHA pinning is a way to declare that a certain package is only
accessible for a given commit in the package.
This is to prevent attacks -- for example, a malicious actor could
poison Github and push a bad commit. SHA pinning will pin up to a
version that I've vetted with security.
We have updated our allow list to enable the SHA pinned version but not
the version tagged one so this PR updated that. Once this PR is merged,
then I can start generating packages.1 parent 45deffe commit 6e1face
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments