Commit 7033868
authored
fix: update quay tests and add a script to update them (#708)
StreamOS 9 and StreamOS 10 tests constantly fail in snyk-docker-plugin.
This is because Redhat’s quay.io repo does not store old shas once an image is updated. So every time they update the image, the hardcoded sha values need to be updated
To alleviate this, I’ve written a shell script to update the shas and update the test snapshot
So if these fail in the future, run:
npm run update-quay-tests1 parent bf534c9 commit 7033868
5 files changed
Lines changed: 306 additions & 242 deletions
File tree
- test
- fixtures
- system/package-managers
- __snapshots__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments