You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
561 B
21 lines
561 B
name: "Get SHA checksum for artifacts" |
|
description: "Generates a file containing SHA checksums for provided files." |
|
author: "Bitwarden" |
|
branding: |
|
icon: download |
|
color: blue |
|
inputs: |
|
packages_dir: |
|
description: "Path to directory from which every package will get it's SHA checksum in the output file." |
|
default: "./" |
|
required: true |
|
file_path: |
|
description: "Path to the file which will contain all SHA checksums." |
|
default: "./" |
|
required: true |
|
outputs: |
|
status: |
|
description: "Status" |
|
runs: |
|
using: "docker" |
|
image: "Dockerfile" |