Skip to content

Commit 77e1f28

Browse files
authored
Merge pull request #6 from codeql-agent-project/disable-cosign
disable-cosign
2 parents 7113094 + ca7830d commit 77e1f28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: Checkout repository
3232
uses: actions/checkout@v3
3333

34-
# Install the cosign tool except on PR
35-
# https://github.com/sigstore/cosign-installer
36-
- name: Install cosign
37-
if: github.event_name != 'pull_request'
38-
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
39-
with:
40-
cosign-release: 'v1.11.0'
34+
# # Install the cosign tool except on PR
35+
# # https://github.com/sigstore/cosign-installer
36+
# - name: Install cosign
37+
# if: github.event_name != 'pull_request'
38+
# uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
39+
# with:
40+
# cosign-release: 'v1.11.0'
4141

4242

4343
# Workaround: https://github.com/docker/build-push-action/issues/461

0 commit comments

Comments
 (0)