@@ -36,18 +36,18 @@ jobs:
3636 body : |
3737 # DiffScope ${{ steps.get_version.outputs.VERSION }}
3838
39- See [CHANGELOG.md](https://github.com/haasonsaas /diffscope/blob/main/CHANGELOG.md) for details.
39+ See [CHANGELOG.md](https://github.com/evalops /diffscope/blob/main/CHANGELOG.md) for details.
4040
4141 ## 🚀 Installation
4242
4343 ### Quick install (Linux/macOS):
4444 ```bash
45- curl -sSL https://raw.githubusercontent.com/haasonsaas /diffscope/main/install.sh | sh
45+ curl -sSL https://raw.githubusercontent.com/evalops /diffscope/main/install.sh | sh
4646 ```
4747
4848 ### Quick install (Windows):
4949 ```powershell
50- iwr -useb https://raw.githubusercontent.com/haasonsaas /diffscope/main/install.ps1 | iex
50+ iwr -useb https://raw.githubusercontent.com/evalops /diffscope/main/install.ps1 | iex
5151 ```
5252
5353 ### Manual installation:
@@ -239,21 +239,21 @@ jobs:
239239 cache-from : type=gha
240240 cache-to : type=gha,mode=max
241241 tags : |
242- ghcr.io/haasonsaas /diffscope:latest
243- ghcr.io/haasonsaas /diffscope:${{ steps.get_version.outputs.VERSION }}
242+ ghcr.io/evalops /diffscope:latest
243+ ghcr.io/evalops /diffscope:${{ steps.get_version.outputs.VERSION }}
244244
245245 - name : Install cosign
246246 uses : sigstore/cosign-installer@v3
247247
248248 - name : Sign image (keyless)
249249 env :
250- IMAGE_REF : ghcr.io/haasonsaas /diffscope@${{ steps.build-and-push.outputs.digest }}
250+ IMAGE_REF : ghcr.io/evalops /diffscope@${{ steps.build-and-push.outputs.digest }}
251251 run : cosign sign --yes "${IMAGE_REF}"
252252
253253 - name : Generate SBOM
254254 uses : anchore/sbom-action@v0
255255 with :
256- image : ghcr.io/haasonsaas /diffscope@${{ steps.build-and-push.outputs.digest }}
256+ image : ghcr.io/evalops /diffscope@${{ steps.build-and-push.outputs.digest }}
257257 format : spdx-json
258258 output-file : sbom-diffscope.spdx.json
259259
0 commit comments