Skip to content
#

software-supply-chain

Here are 20 public repositories matching this topic...

Zenithar
Zenithar commented Feb 24, 2022

Context

From action.yml

encoded_github="$(echo ${GITHUB_CONTEXT} | base64 -w 0)"
encoded_runner="$(echo ${RUNNER_CONTEXT} | base64 -w 0)"

But -w doesn't exist for mac host

base64: invalid option -- w
Usage:	base64 [-hvDd] [-b num] [-i in_file] [-o out_file]
  -h, --help     display this message
  -Dd, --decode   decodes input
  -b, --break    break encode
bug good first issue
maxrake
maxrake commented Mar 17, 2022

Overview

Currently, the Phylum CLI binary is signed using minisign and the private key for Phylum. This signature can be verified using the corresponding public key for Phylum:

$ minisign -Vm phylum -P RWT6G44ykbS8GABiLXrJrYsap7FCY77m/Jyi0fgsr/Fsy3oLwU4l0IDf
Signature and comment signature verified
Trusted comment: Phylum - the future of sof
enhancement good first issue documentation low complexity

The ChaordicLedger is the implementation of a design for a combination of Distributed Ledger Technology (DLT) and a Distributed File System (DFS) to create a secure, enterprise-grade platform for storing interlinked project artifacts.

  • Updated Jul 7, 2022
  • Shell

Improve this page

Add a description, image, and links to the software-supply-chain topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the software-supply-chain topic, visit your repo's landing page and select "manage topics."

Learn more