- Notifications
You must be signed in to change notification settings - Fork907
Commit51cfec3
authored
chore: reuse syft and cosign install actions across workflows (#16981)
This pull request adds new GitHub Actions for installing `cosign` and`syft`, and updates the CI, release, and security workflows.**New Actions:** - [`install-cosign`](.github/actions/install-cosign/action.yaml):Installs `cosign` with a configurable version.- [`install-syft`](.github/actions/install-syft/action.yaml): Installs`syft` with a configurable version.**Workflow Updates:** - CI, release, and security workflows now use `install-cosign` and`install-syft`.1 parente8d5f98 commit51cfec3
File tree
5 files changed
+30
-12
lines changed- .github
- actions
- install-cosign
- install-syft
- workflows
5 files changed
+30
-12
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + |
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1071 | 1071 |
| |
1072 | 1072 |
| |
1073 | 1073 |
| |
1074 |
| - | |
1075 |
| - | |
1076 |
| - | |
| 1074 | + | |
1077 | 1075 |
| |
1078 | 1076 |
| |
1079 |
| - | |
1080 |
| - | |
1081 |
| - | |
| 1077 | + | |
1082 | 1078 |
| |
1083 | 1079 |
| |
1084 | 1080 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
255 |
| - | |
256 |
| - | |
| 254 | + | |
257 | 255 |
| |
258 | 256 |
| |
259 |
| - | |
260 |
| - | |
261 |
| - | |
| 257 | + | |
262 | 258 |
| |
263 | 259 |
| |
264 | 260 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 |
| |
89 | 95 |
| |
90 | 96 |
| |
|
0 commit comments
Comments
(0)