File tree Expand file tree Collapse file tree
src/base/.devcontainer/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ RUN asdf plugin add python; \
101101 asdf plugin add direnv; \
102102 asdf plugin add actionlint; \
103103 asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git; \
104- asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git; \
105104 asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git;
106105
107106WORKDIR /workspaces/eps-devcontainers
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ usage() {
1212 cat << 'EOF '
1313Usage: install_cosign.sh [version]
1414
15- Downloads the requested cosign release (default: latest) for Linux amd64, verifies
15+ Downloads the requested cosign release (default: latest) for Linux amd64 and arm64 , verifies
1616its signature, and installs it into $INSTALL_DIR (override via INSTALL_DIR env var).
1717EOF
1818}
@@ -86,7 +86,7 @@ go install github.com/theupdateframework/go-tuf/cmd/tuf-client@latest
8686
8787# setup tuf-client
8888SIGSTORE_ROOT_PATH=" $TMP_DIR /sigstore-root.json"
89- curl -o " $SIGSTORE_ROOT_PATH " https://raw.githubusercontent.com/sigstore/root-signing/refs/heads/main/metadata/root_history/10.root.json
89+ curl -fsSL https://raw.githubusercontent.com/sigstore/root-signing/refs/heads/main/metadata/root_history/10.root.json -o " $SIGSTORE_ROOT_PATH "
9090tuf-client init https://tuf-repo-cdn.sigstore.dev " $SIGSTORE_ROOT_PATH "
9191
9292tuf-client get https://tuf-repo-cdn.sigstore.dev artifact.pub > " $ARTIFACT_PATH "
You can’t perform that action at this time.
0 commit comments