1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00

202 Commits

Author SHA1 Message Date
Brandon Mitchell
9664e6c070
Version bump
- GCP helper to v2.1.28
- sigstore/cosign to v2.5.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-04-13 10:02:22 -04:00
Brandon Mitchell
19a6a46281
Version bump
- Go to v1.24.2
- ECR Helper to latest commit
- anchore/syft to v1.22.0
- library/registry to v3.0.0
- securego/gosec to v2.22.3
- google/osv-scanner to v2.0.1

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-04-06 09:03:29 -04:00
Brandon Mitchell
7c47f8acde
Version bump
- actions/setup-go to v5.4.0
- actions/upload-artifact to v4.6.2
- anchore/syft to v1.21.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-03-23 18:52:53 -04:00
Brandon Mitchell
85cebe1af7
Version bump
- ECR Helper to latest commit
- docker/login-action to v3.4.0
- google/osv-scanner to v2.0.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-03-17 11:40:04 -04:00
Brandon Mitchell
f44d6c1718
Version bump
- ECR helper to latest commit
- actions/upload-artifact to v4.6.1
- docker/build-push-action to v6.15.0
- docker/setup-buildx-action to v3.10.0
- anchore/syft to 1.20.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-03-01 14:31:27 -05:00
Brandon Mitchell
a603311c13
Version bump
- Alpine base image to v3.21.3
- Go image to latest commit
- ECR credential helper to latest commit
- docker/build-push-action to v6.14.0
- sigstore/cosign to v2.4.3
- sigstore/cosign-installer to v3.8.1
- github.com/klauspost/compress to v1.18.0
- github.com/spf13/cobra to v1.9.1

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-02-20 15:39:28 -05:00
Brandon Mitchell
fd60a24198
Version bump including Go
- Support for Go 1.21 is dropped, leaving 1.22 the minimum release
- Go base image to 1.24.0
- ECR helper to latest commit
- gosec to v2.22.1
- dominikh/go-tools for staticcheck to v0.6.0
- olareg/olareg to v0.1.2
- Fixing staticcheck linter warnings

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-02-14 10:57:01 -05:00
Brandon Mitchell
ba5783eeba
Version bump
- Go to v1.23.6
- ECR helper to latest commit
- sigstore/cosign to v2.4.2
- docker/setup-buildx-action to v3.9.0
- sigstore/cosign-installer to v3.8.0
- golang.org/x/sys to v0.30.0
- golang.org/x/term to v0.29.0

Security: the Go update fixes CVE-2025-22866
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-02-09 10:49:16 -05:00
Brandon Mitchell
0fe1d82d97
Version bump
- ECR Helper to latest commit
- actions/setup-go to v5.3.0
- actions/stale to v9.1.0
- docker/build-push-action to v6.13.0
- anchore/syft to v1.19.0
- anchore/sbom-action to v0.18.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-01-26 10:33:16 -05:00
Brandon Mitchell
f2ece1d9d3
Version bump
- ECR Helper to latest commit
- Go to 1.23.5
- docker/build-push-action to v6.12.0
- project-zot/zot-linux-amd64 to v2.1.2
- govulncheck to v1.1.4
- davidanson/markdownlint-cli2 to v0.17.2

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-01-19 14:53:03 -05:00
Brandon Mitchell
d8d8c4af7d
Version bump
- Alpine to v3.21.2
- actions/upload-artifact to v4.6.0
- docker/build-push-action to v6.11.0
- softprops/actiohn-gh-release to v2.2.1
- securego/gosec to v2.22.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-01-12 14:45:27 -05:00
Brandon Mitchell
fc7473663b
Version bump
- ECR helper to latest commit
- actions/upload-artifact to v4.5.0
- docker/setup-buildx-action to v3.8.0
- google/osv-scanner to v1.9.2

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-22 10:36:52 -05:00
Brandon Mitchell
b9d18ad746
Version bump
- ECR Helper to latest commit
- anchore/syft to v1.18.1
- actions/setup-go to v5.2.0
- softprops/action-gh-release to v2.2.0
- davidanson/markdownlint-cli2 to v0.16.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-15 16:54:41 -05:00
Brandon Mitchell
ec1c51a1dd
Version bump
- Go to 1.23.4
- Alpine to 3.21.0
- golang.org/x/sys to v0.28.0
- golang.org/x/term to v0.27.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-08 14:25:11 -05:00
Brandon Mitchell
56c06c2717
Version bump
- ECR Helper commit
- docker/build-push-action to v6.10.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-12-01 16:02:44 -05:00
Brandon Mitchell
97d48e1cd6
Version bump
- ECR helper to latest commit
- anchor/syft to v1.17.0
- anchore/sbom-action to v0.17.8

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-24 11:01:26 -05:00
Brandon Mitchell
8ec4fc74b8
Version bump
- Alpine image digest
- Go image digest
- ECR helper commit
- softprops/action-gh-release to v2.1.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-17 09:14:18 -05:00
Brandon Mitchell
e6f2ecc2d8
Fix: Inject release notes by file
The previous body string was broken in an update, no longer interpreting the encoded linefeeds.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-12 11:04:06 -05:00
Brandon Mitchell
f3b0ff3966
Version bump
- Go to 1.23.3
- ECR Helper to latest commit
- GCR helper to v2.1.26
- anchore/syft to v1.16.0
- anchore/sbom-action to v0.17.7
- davidanson/markdownlint-cli2 to v0.15.0
- golang.org/x/sys to v0.27.0
- golang.org/x/term to v0.26.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-11 10:01:50 -05:00
Brandon Mitchell
afac44671d
Version bump
- ECR helper to latest commit
- anchore/syft to v1.15.0
- anchore/sbom-aciton to v0.17.6
- softprops/action-gh-release to v2.0.9
- google/osv-scanner to v1.9.1

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-11-03 15:18:45 -05:00
Brandon Mitchell
8c600f3062
Version bump
- ECR Helper to latest commit
- anchore/syft to v1.14.2
- actions/checkout to v4.2.2
- actions/setup-go to v5.1.0
- anchore/sbom-action to v0.17.5

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-27 16:07:32 -04:00
Brandon Mitchell
6b3d2b7496
Version bump
- anchore/syft to v1.14.1
- anchore/sbom-action to v0.17.4

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-20 10:43:07 -04:00
Brandon Mitchell
d6fe3eb800
Version bump
- actions checkout to v4.2.1
- actions/upload-artifact to v4.4.3
- anchore/sbom-action to v17.3
- anchore/syft to v1.14.0- ECR helper to latest commit
- klauspost/compress to v1.17.11

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-13 11:14:16 -04:00
Brandon Mitchell
969a326e7a
Version bump
- ECR Helper to latest commit
- Go to 1.23.2
- sigstore/cosign to v2.4.1
- actions/upload-artifact to v4.4.1
- docker/setup-buildx-action to v3.7.1
- sigstore/cosign-installer to v3.7.0
- google/osv-scanner to v1.9.0
- klauspost/compress to v1.17.0
- golang.org/x/sys to v0.26.0
- golang.org/x/term to v0.25.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-07 12:20:37 -04:00
Brandon Mitchell
4add3bc9b6
Chore: Remove OpenSSF scorecard and best practices
Scorecard is generating false alerts for things the upstream project will not fix.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-05 11:49:19 -04:00
Brandon Mitchell
b6365f14b4
Chore: Do not automatically assign myself
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-10-05 11:42:22 -04:00
Brandon Mitchell
f5d94fee2b
Version bump
- Update config to use yaml anchors and aliases
- docker/build-push-action to v6.9.0
- github/codeql-action to v3.26.10

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-30 09:56:54 -04:00
Brandon Mitchell
72788f7045
Version bump
- Update version-bump config for processors
- gomajor to v0.14.0
- gosec to v2.21.4
- syft to v1.13.0
- actions/checkout to v4.2.0
- docker/build-push-action to v6.8.0
- github/codeql-action to v3.26.9

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-29 21:08:01 -04:00
Brandon Mitchell
bd3ef81038
Version bump
- github/codeql-action to v3.26.8
- AWS credential helper to latest commit
- securego/gosec to v2.21.2

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-22 16:46:34 -04:00
Brandon Mitchell
36d798dcc4
Version bump
- github/codeql-action to v3.26.7
- ECR Credential helper to latest commit
- google/osv-scanner to v1.8.5
- securego/gosec to v2.21.2
- anchore/syft to v1.12.2

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-15 13:56:13 -04:00
Brandon Mitchell
9406c997b3
Version bump
- ECR Helper to latest commit
- GCloud Helper to v2.1.25
- securego/gosec to v2.21.1
- Alpine to 3.20.3
- Go to 1.23.1
- davidanson/markdonlint-cli2 to v0.14.0
- golang.org/x/sys to v0.25.0
- golang.org/x/term to v0.24.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-08 10:41:24 -04:00
Brandon Mitchell
d5fc0054c1
Version bump
- actions/upload-artifact to v4.4.0
- github/codeql-action to v3.26.6
- ECR helper to latest commit

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-02 08:35:25 -04:00
Brandon Mitchell
f44cc8e071
Version bump
- anchore/sbom-action to v0.17.2
- github/codeql-action to v3.26.5
- ECR helper to latest commit
- google/osv-scanner to v1.8.4

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-25 14:24:30 -04:00
Brandon Mitchell
fc3ec9b1b5
Version bump
- actions/upload-artifact to v4.3.6
- anchore/sbom-action to v0.17.1
- docker/build-push-action to v6.7.0
- github/codeql-action to v3.26.3
- sigstore/cosign-installer to v3.6.0
- ECR credential helper to latest commit
- dominikh/go-tools to v0.5.1
- google/osv-scanner to v1.8.3
- sigstore/cosign to v2.4.0
- anchore/syft to v1.11.1
- Go to 1.21 - 1.23 (dropping 1.20 support)
- Zot to v2.1.1
- olareg to v0.1.1
- golang.org/x/sys to v0.24.0
- golang.org/x/term to v0.23.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-20 16:21:08 -04:00
Brandon Mitchell
dce8bead23
Fix: Update GHA output generating steps
The old "echo ::set-output..." method was deprecated for writing to a file.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-05 10:22:20 -04:00
Brandon Mitchell
ca3bf90686
Version bump
- actions/upload-artifact to v4.3.5
- docker/setup-buildx-action to v3.6.1
- AWS credential helper to latest commit
- anchore/syft to v1.10.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-08-03 15:33:40 -04:00
Brandon Mitchell
6e488666ce
Version bump
- anchore/sbom-action to v0.17.0
- docker/build-push-action to v6.5.0
- docker/login-action to v3.3.0
- docker/setup-buildx-action to v3.5.0
- github/codeql-action to v3.25.15
- ossf/scorecard-action to v2.4.0
- softprops/action-gh-release to v2.0.8
- GCR credential helper to v2.1.23
- sigstore/cosign to v2.3.0
- govulncheck to v1.1.3
- alpine base image to v3.20.2

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-07-26 16:01:28 -04:00
Brandon Mitchell
aa9fcd464d
Add funding.yml
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-07-26 10:52:26 -04:00
Brandon Mitchell
4b8f9e332b
Remove docker build caching to GHA
This didn't increase the cache hit rate and ultimately slowed down the build.
Most likely the GHA cache isn't large enough.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-07-12 15:19:11 -04:00
Brandon Mitchell
be80198e9d
Version bump
- actions/setup-go to v5.0.2
- anchore/sbom-action to v0.16.1
- github/codeql-action to v3.25.12
- ECR Helper to latest commit
- google/osv-scanner to v1.8.2
- icholy/gomajor to v0.13.1
- anchore/syft to v1.9.0
- project-zot to v 2.1.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-07-12 14:22:01 -04:00
Brandon Mitchell
090fb6702a
Version bump
- Go to 1.22.5
- actions/upload-artifact to v4.3.4
- docker/build-push-action to v6.3.0
- docker/setup-buildx-action to v3.4.0
- github/codeql-action to v3.25.11
- ECR Helper to latest commit
- icholy/gomajor to v0.12.0
- anchore/syft to v1.8.0
- golang.org/x/sys to v0.22.0
- golang.org/x/term to v0.22.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-07-07 16:35:50 -04:00
Brandon Mitchell
77b31b9518
Enable docker caching of GHA builds
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-27 17:11:38 -04:00
Brandon Mitchell
c14d0db7d2
Version bump
- actions/checkout to v4.1.7
- docker/build-push-action to v6.1.0
- github/codeql-action to v3.25.10
- softprops/action-gh-release to v2.0.6
- ECR helper to latest commit
- google-osv-scanner to v1.8.1
- anchore-syft to v1.7.0
- Alpine to 3.20.1
- klauspost/compress to v1.17.9
- spf13/cobra to v1.8.1

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-23 10:52:07 -04:00
Brandon Mitchell
74d7c5644c
Version bump
- github/codeql-action to v3.25.8
- ECR credential helper to latest commit
- govulncheck to v1.1.2
- Go to 1.22.4
- golang.org/x/sys to v0.21.0
- golang.org/x/term to v0.21.0
- Fixes  CVE-2024-24790

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-09 11:52:57 -04:00
Brandon Mitchell
6957b7d1d3
Version bump
- docker/login-action to v3.2.0
- github/codeql-action to v3.25.7
- google/osv-scanner to v1.7.4
- icholy/gomajor to v0.11.0
- Go image digest
- anchore/syft to v1.5.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-06-02 11:41:43 -04:00
Brandon Mitchell
e8ef54ae3c
Version bump
- anchore/sbom-action to v0.16.0
- github/codeql-action to v3.25.6
- ECR Helper to latest commit
- govulncheck to v1.1.1
- Alpine to v3.20.0
- Go base image to latest commit

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-05-26 14:10:59 -04:00
Brandon Mitchell
725d8cb792
Version bump
- actions/checkout to v4.1.6
- github/codeql-action to v3.25.5
- ECR credential helper to latest commit
- securego/gosec to v2.20.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-05-19 15:02:26 -04:00
Brandon Mitchell
edfae86703
Version bump
- Fixes CVE-2024-24788
- Go to v1.22.3
- github/codeql-action to v3.25.4
- ossf/scorecard-action to v2.3.3
- ECR Helper to latest commit
- google/osv-scanner to v1.7.3
- anchore/syft to v1.4.1

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-05-12 10:15:51 -04:00
Brandon Mitchell
599f5a4d1e
Version bump
- actions/checkout to v4.1.5
- actions/setup-go to v5.0.1
- softprops/actions-gh-release to v2.0.5
- ECR credential helper to latest commit
- golang.org/x/sys to v0.20.0
- golang.org/x/term to v0.20.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-05-07 10:05:10 -04:00
Brandon Mitchell
b5423a3d57
Version bump
- actions/checkout to v4.1.4
- actions/upload-artifact to v4.3.3
- anchore/sbom-action to v0.15.11
- github/codeql-action to v3.25.3
- ECR credential helper to latest commit
- OSV Scanner to v1.7.2
- govulncheck to v1.1.0
- regclient/actions to latest commit
- anchore/syft to v1.3.0
- Zot to v2.0.4
- anchore/syft to v1.3.0

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-04-28 20:31:54 -04:00