diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3718cb4..9593c0d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,17 +31,6 @@ jobs: keyserver-options auto-key-retrieve EOF - - - name: Verify tag signature - run: | - # NOTE: Solve the problem with Github action checkout - # https://github.com/actions/checkout/issues/290 - git fetch --tags --force - - version=${GITHUB_REF#refs/tags/*} - git show $version - git tag -v $version - - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e8d230..2a53a314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Unreleased -* support for metadata info on sarif result -* Makefile fix for go mod tidy -* test without Kind by default -* deprecate kubernetes.io in override labels - +* tbd # v0.22.0