diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d29ed88..501d4e55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: [sast, unit-test] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - + steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index 750dca81..ae8102ba 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -15,7 +15,7 @@ on: workflow_call: inputs: - pull_request: + pull_request: required: true type: boolean artifact-download: @@ -39,7 +39,7 @@ on: attestations: required: true type: string - + jobs: witness: runs-on: ubuntu-latest diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 97e3cbd8..28d21c17 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,7 +4,7 @@ builds: - "-s -w" - "-extldflags=-zrelro" - "-extldflags=-znow" - - "-extldflags -w -X 'github.com/testifysec/witness/cmd.Version={{.Tag}}-{{.ShortCommit}}'" + - "-extldflags -w -X 'github.com/in-toto/witness/cmd.Version={{.Tag}}-{{.ShortCommit}}'" env: - "CGO_ENABLED=0" - "GO111MODULE=on" @@ -40,7 +40,7 @@ release: github: owner: "{{ .Env.GITHUB_REPOSITORY_OWNER }}" kos: - - repository: ghcr.io/testifysec/witness + - repository: ghcr.io/in-toto/witness tags: - '{{.Version}}' bare: true