Skip to content

Commit

Permalink
fix: disable cosign and slsa-verifier (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 20, 2024
1 parent b1db1e0 commit efda9bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ steps:
ALL: << parameters.aqua_all >>
TAGS: << parameters.aqua_tags >>
EXCLUDE_TAGS: << parameters.aqua_exclude_tags >>
AQUA_DISABLE_COSIGN: "true"
AQUA_DISABLE_SLSA: "true"
command: |
set -eu
set -o pipefail || :
Expand Down
2 changes: 2 additions & 0 deletions src/commands/update-checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ steps:
PRUNE: << parameters.prune >>
ROOT_DIRECTORY: << parameters.git_root_directory >>
WORKING_DIRECTORY: << parameters.working_directory >>
AQUA_DISABLE_COSIGN: "true"
AQUA_DISABLE_SLSA: "true"
command: |
set -euo pipefail
Expand Down

0 comments on commit efda9bc

Please sign in to comment.