Compare commits
120 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
daf44fb950 | ||
|
|
eda10f897a | ||
|
|
1e2321d281 | ||
|
|
aecfe99586 | ||
|
|
03f25d8602 | ||
|
|
0fca5a6fa3 | ||
|
|
238c03f77f | ||
|
|
9c3e2717a6 | ||
|
|
b40d9fa17a | ||
|
|
e831e0e28d | ||
|
|
4a7671d5ce | ||
|
|
7a96af5af0 | ||
|
|
0d204b8297 | ||
|
|
c974bd63c8 | ||
|
|
3640186643 | ||
|
|
03074e1180 | ||
|
|
5dc9c4c392 | ||
|
|
3d2580fcec | ||
|
|
ce27ba3b4a | ||
|
|
6a89e12864 | ||
|
|
cbc14bbf25 | ||
|
|
b87aa13652 | ||
|
|
5ae9aa28e1 | ||
|
|
4119d34e49 | ||
|
|
7e777b150d | ||
|
|
4d8a13a13f | ||
|
|
647f15244e | ||
|
|
2055134307 | ||
|
|
5ea2571690 | ||
|
|
afd6382543 | ||
|
|
d73111199c | ||
|
|
13aa4f6a9c | ||
|
|
129b656e44 | ||
|
|
f3c169c8df | ||
|
|
48e991bfda | ||
|
|
a63cfcc7d1 | ||
|
|
516fe2247f | ||
|
|
90924a287f | ||
|
|
ec6754115e | ||
|
|
921d2f1bf7 | ||
|
|
3f97edb763 | ||
|
|
3ccffae6dc | ||
|
|
d0c17db4ba | ||
|
|
caa5c7e0da | ||
|
|
0fae568887 | ||
|
|
38bcf9b1c5 | ||
|
|
f03e04cc3f | ||
|
|
3fd15bdad4 | ||
|
|
f642f6cafe | ||
|
|
67164a6c7a | ||
|
|
e6c7a2a1f2 | ||
|
|
d8029d4690 | ||
|
|
bfa7e6911b | ||
|
|
d94b522220 | ||
|
|
63d2e98e26 | ||
|
|
94d0d43131 | ||
|
|
65e34a8aa7 | ||
|
|
4cd38b497a | ||
|
|
b14bf545fc | ||
|
|
a2d6fee37e | ||
|
|
9f6c991ce4 | ||
|
|
cb2b61665b | ||
|
|
01d09e4735 | ||
|
|
50f7ee9fc0 | ||
|
|
85e94cb741 | ||
|
|
b485edd412 | ||
|
|
dd499c2535 | ||
|
|
0b9e351b03 | ||
|
|
cd876d0598 | ||
|
|
03d1442c2b | ||
|
|
a1e57e5e7d | ||
|
|
97d213a059 | ||
|
|
62269dcd0a | ||
|
|
81a79f22f8 | ||
|
|
f83cd62ee9 | ||
|
|
ca4c0d7bd2 | ||
|
|
c15cb6aedc | ||
|
|
f7f9fcaabc | ||
|
|
95cefe0358 | ||
|
|
f04a32dbbd | ||
|
|
67422f5511 | ||
|
|
9a1607877e | ||
|
|
ac63f56931 | ||
|
|
34f130d3f6 | ||
|
|
87bfc7b513 | ||
|
|
3dc8e36755 | ||
|
|
9c1d4ce2f7 | ||
|
|
fa63d16379 | ||
|
|
2da0b13672 | ||
|
|
97f7cf8914 | ||
|
|
af3e2e79a8 | ||
|
|
f1338058bc | ||
|
|
8a5620929d | ||
|
|
d54d1f1179 | ||
|
|
7305951e90 | ||
|
|
eedca7cd2b | ||
|
|
68a047fd01 | ||
|
|
7fc0e943d8 | ||
|
|
be7daec55a | ||
|
|
da36b5f14b | ||
|
|
8afbcf6e5e | ||
|
|
0fdba851bc | ||
|
|
b24527d9cb | ||
|
|
65e3b8bbb5 | ||
|
|
0164ca8f6f | ||
|
|
b7c5f92e1b | ||
|
|
f80a8431fd | ||
|
|
805ae990d5 | ||
|
|
4b199e0571 | ||
|
|
32795ed917 | ||
|
|
4fa34e85c5 | ||
|
|
9e752e3d76 | ||
|
|
a0652efe33 | ||
|
|
5b17eb7cb0 | ||
|
|
faa6467995 | ||
|
|
3ff4eb4c69 | ||
|
|
074a7714de | ||
|
|
72776582f8 | ||
|
|
e4e9a599b8 | ||
|
|
80d9f23382 |
@@ -1,4 +0,0 @@
|
|||||||
lib/
|
|
||||||
dist/
|
|
||||||
node_modules/
|
|
||||||
coverage/
|
|
||||||
85
.github/linters/.eslintrc.yml
vendored
85
.github/linters/.eslintrc.yml
vendored
@@ -1,85 +0,0 @@
|
|||||||
env:
|
|
||||||
node: true
|
|
||||||
es6: true
|
|
||||||
jest: true
|
|
||||||
|
|
||||||
globals:
|
|
||||||
Atomics: readonly
|
|
||||||
SharedArrayBuffer: readonly
|
|
||||||
|
|
||||||
ignorePatterns:
|
|
||||||
- '!.*'
|
|
||||||
- '**/node_modules/.*'
|
|
||||||
- '**/dist/.*'
|
|
||||||
- '**/coverage/.*'
|
|
||||||
- '*.json'
|
|
||||||
|
|
||||||
parser: '@typescript-eslint/parser'
|
|
||||||
|
|
||||||
parserOptions:
|
|
||||||
ecmaVersion: 2023
|
|
||||||
sourceType: module
|
|
||||||
project:
|
|
||||||
- './.github/linters/tsconfig.json'
|
|
||||||
- './tsconfig.json'
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- jest
|
|
||||||
- '@typescript-eslint'
|
|
||||||
|
|
||||||
extends:
|
|
||||||
- eslint:recommended
|
|
||||||
- plugin:@typescript-eslint/eslint-recommended
|
|
||||||
- plugin:@typescript-eslint/recommended
|
|
||||||
- plugin:github/recommended
|
|
||||||
- plugin:jest/recommended
|
|
||||||
|
|
||||||
rules:
|
|
||||||
{
|
|
||||||
'camelcase': 'off',
|
|
||||||
'eslint-comments/no-use': 'off',
|
|
||||||
'eslint-comments/no-unused-disable': 'off',
|
|
||||||
'i18n-text/no-en': 'off',
|
|
||||||
'import/no-namespace': 'off',
|
|
||||||
'import/no-unresolved':
|
|
||||||
['error', { 'ignore': ['csv-parse/sync']}],
|
|
||||||
'no-console': 'off',
|
|
||||||
'no-unused-vars': 'off',
|
|
||||||
'prettier/prettier': 'error',
|
|
||||||
'semi': 'off',
|
|
||||||
'@typescript-eslint/array-type': 'error',
|
|
||||||
'@typescript-eslint/await-thenable': 'error',
|
|
||||||
'@typescript-eslint/ban-ts-comment': 'error',
|
|
||||||
'@typescript-eslint/consistent-type-assertions': 'error',
|
|
||||||
'@typescript-eslint/explicit-member-accessibility':
|
|
||||||
['error', { 'accessibility': 'no-public' }],
|
|
||||||
'@typescript-eslint/explicit-function-return-type':
|
|
||||||
['error', { 'allowExpressions': true }],
|
|
||||||
'@typescript-eslint/func-call-spacing': ['error', 'never'],
|
|
||||||
'@typescript-eslint/no-array-constructor': 'error',
|
|
||||||
'@typescript-eslint/no-empty-interface': 'error',
|
|
||||||
'@typescript-eslint/no-explicit-any': 'error',
|
|
||||||
'@typescript-eslint/no-extraneous-class': 'error',
|
|
||||||
'@typescript-eslint/no-for-in-array': 'error',
|
|
||||||
'@typescript-eslint/no-inferrable-types': 'error',
|
|
||||||
'@typescript-eslint/no-misused-new': 'error',
|
|
||||||
'@typescript-eslint/no-namespace': 'error',
|
|
||||||
'@typescript-eslint/no-non-null-assertion': 'warn',
|
|
||||||
'@typescript-eslint/no-require-imports': 'error',
|
|
||||||
'@typescript-eslint/no-unnecessary-qualifier': 'error',
|
|
||||||
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
|
||||||
'@typescript-eslint/no-unused-vars': 'error',
|
|
||||||
'@typescript-eslint/no-useless-constructor': 'error',
|
|
||||||
'@typescript-eslint/no-var-requires': 'error',
|
|
||||||
'@typescript-eslint/prefer-for-of': 'warn',
|
|
||||||
'@typescript-eslint/prefer-function-type': 'warn',
|
|
||||||
'@typescript-eslint/prefer-includes': 'error',
|
|
||||||
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
|
||||||
'@typescript-eslint/promise-function-async': 'error',
|
|
||||||
'@typescript-eslint/require-array-sort-compare': 'error',
|
|
||||||
'@typescript-eslint/restrict-plus-operands': 'error',
|
|
||||||
'@typescript-eslint/semi': ['error', 'never'],
|
|
||||||
'@typescript-eslint/space-before-function-paren': 'off',
|
|
||||||
'@typescript-eslint/type-annotation-spacing': 'error',
|
|
||||||
'@typescript-eslint/unbound-method': 'error'
|
|
||||||
}
|
|
||||||
10
.github/linters/.yaml-lint.yml
vendored
10
.github/linters/.yaml-lint.yml
vendored
@@ -1,10 +0,0 @@
|
|||||||
rules:
|
|
||||||
document-end: disable
|
|
||||||
document-start:
|
|
||||||
level: warning
|
|
||||||
present: false
|
|
||||||
line-length:
|
|
||||||
level: warning
|
|
||||||
max: 80
|
|
||||||
allow-non-breakable-words: true
|
|
||||||
allow-non-breakable-inline-mappings: true
|
|
||||||
9
.github/linters/tsconfig.json
vendored
9
.github/linters/tsconfig.json
vendored
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://json.schemastore.org/tsconfig",
|
|
||||||
"extends": "../../tsconfig.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"noEmit": true
|
|
||||||
},
|
|
||||||
"include": ["../../__tests__/**/*", "../../src/**/*"],
|
|
||||||
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
|
|
||||||
}
|
|
||||||
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
id: setup-node
|
id: setup-node
|
||||||
|
|||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
id: setup-node
|
id: setup-node
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- name: Calculate subject digest
|
- name: Calculate subject digest
|
||||||
id: subject
|
id: subject
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
id: initialize
|
id: initialize
|
||||||
|
|||||||
50
.github/workflows/linter.yml
vendored
50
.github/workflows/linter.yml
vendored
@@ -1,50 +0,0 @@
|
|||||||
name: Lint Codebase
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
statuses: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
name: Lint Codebase
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
id: checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
id: setup-node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version-file: .node-version
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
|
||||||
id: install
|
|
||||||
run: npm ci
|
|
||||||
|
|
||||||
- name: Lint Codebase
|
|
||||||
id: super-linter
|
|
||||||
uses: super-linter/super-linter/slim@v6
|
|
||||||
env:
|
|
||||||
DEFAULT_BRANCH: main
|
|
||||||
FILTER_REGEX_EXCLUDE: dist/**/*
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
TYPESCRIPT_DEFAULT_STYLE: prettier
|
|
||||||
VALIDATE_ALL_CODEBASE: true
|
|
||||||
VALIDATE_JAVASCRIPT_STANDARD: false
|
|
||||||
VALIDATE_JSCPD: false
|
|
||||||
VALIDATE_GITHUB_ACTIONS: false
|
|
||||||
@@ -1 +1 @@
|
|||||||
20.6.0
|
24.5.0
|
||||||
|
|||||||
149
README.md
149
README.md
@@ -18,12 +18,29 @@ Once the attestation has been created and signed, it will be uploaded to the GH
|
|||||||
attestations API and associated with the repository from which the workflow was
|
attestations API and associated with the repository from which the workflow was
|
||||||
initiated.
|
initiated.
|
||||||
|
|
||||||
|
When an attestation is created, the attestation is stored on the local
|
||||||
|
filesystem used by the runner. For each attestation created, the filesystem path
|
||||||
|
will be appended to the file `${RUNNER_TEMP}/created_attestation_paths.txt`.
|
||||||
|
This can be used to gather all attestations created by all jobs during a the
|
||||||
|
workflow.
|
||||||
|
|
||||||
Attestations can be verified using the [`attestation` command in the GitHub
|
Attestations can be verified using the [`attestation` command in the GitHub
|
||||||
CLI][5].
|
CLI][5].
|
||||||
|
|
||||||
See [Using artifact attestations to establish provenance for builds][9] for more
|
See [Using artifact attestations to establish provenance for builds][9] for more
|
||||||
information on artifact attestations.
|
information on artifact attestations.
|
||||||
|
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
> [!NOTE]
|
||||||
|
> Artifact attestations are available in public repositories for all
|
||||||
|
> current GitHub plans.
|
||||||
|
>
|
||||||
|
> To use artifact attestations in private or internal repositories, you must
|
||||||
|
> be on a GitHub Enterprise Cloud plan.
|
||||||
|
>
|
||||||
|
> Artifact attestations are NOT supported on GitHub Enterprise Server.
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Within the GitHub Actions workflow which builds some artifact you would like to
|
Within the GitHub Actions workflow which builds some artifact you would like to
|
||||||
@@ -44,7 +61,7 @@ attest:
|
|||||||
1. Add the following to your workflow after your artifact has been built:
|
1. Add the following to your workflow after your artifact has been built:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/attest@v1
|
- uses: actions/attest@v2
|
||||||
with:
|
with:
|
||||||
subject-path: '<PATH TO ARTIFACT>'
|
subject-path: '<PATH TO ARTIFACT>'
|
||||||
predicate-type: '<PREDICATE URI>'
|
predicate-type: '<PREDICATE URI>'
|
||||||
@@ -54,39 +71,46 @@ attest:
|
|||||||
The `subject-path` parameter should identify the artifact for which you want
|
The `subject-path` parameter should identify the artifact for which you want
|
||||||
to generate an attestation. The `predicate-type` can be any of the the
|
to generate an attestation. The `predicate-type` can be any of the the
|
||||||
[vetted predicate types][3] or a custom value. The `predicate-path`
|
[vetted predicate types][3] or a custom value. The `predicate-path`
|
||||||
identifies a file containg the JSON-encoded predicate parameters.
|
identifies a file containing the JSON-encoded predicate parameters.
|
||||||
|
|
||||||
### Inputs
|
### Inputs
|
||||||
|
|
||||||
See [action.yml](action.yml)
|
See [action.yml](action.yml)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/attest@v1
|
- uses: actions/attest@v2
|
||||||
with:
|
with:
|
||||||
# Path to the artifact serving as the subject of the attestation. Must
|
# Path to the artifact serving as the subject of the attestation. Must
|
||||||
# specify exactly one of "subject-path" or "subject-digest". May contain
|
# specify exactly one of "subject-path", "subject-digest", or
|
||||||
# a glob pattern or list of paths (total subject count cannot exceed 64).
|
# "subject-checksums". May contain a glob pattern or list of paths
|
||||||
|
# (total subject count cannot exceed 1024).
|
||||||
subject-path:
|
subject-path:
|
||||||
|
|
||||||
# SHA256 digest of the subject for the attestation. Must be in the form
|
# SHA256 digest of the subject for the attestation. Must be in the form
|
||||||
# "sha256:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
# "sha256:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
||||||
# of "subject-path" or "subject-digest".
|
# of "subject-path", "subject-digest", or "subject-checksums".
|
||||||
subject-digest:
|
subject-digest:
|
||||||
|
|
||||||
# Subject name as it should appear in the attestation. Required unless
|
# Subject name as it should appear in the attestation. Required when
|
||||||
# "subject-path" is specified, in which case it will be inferred from the
|
# identifying the subject with the "subject-digest" input.
|
||||||
# path.
|
|
||||||
subject-name:
|
subject-name:
|
||||||
|
|
||||||
|
# Path to checksums file containing digest and name of subjects for
|
||||||
|
# attestation. Must specify exactly one of "subject-path", "subject-digest",
|
||||||
|
# or "subject-checksums".
|
||||||
|
subject-checksums:
|
||||||
|
|
||||||
# URI identifying the type of the predicate.
|
# URI identifying the type of the predicate.
|
||||||
predicate-type:
|
predicate-type:
|
||||||
|
|
||||||
# JSON string containing the value for the attestation predicate. Must
|
# String containing the value for the attestation predicate. String length
|
||||||
# supply exactly one of "predicate-path" or "predicate".
|
# cannot exceed 16MB. Must supply exactly one of "predicate-path" or
|
||||||
|
# "predicate".
|
||||||
predicate:
|
predicate:
|
||||||
|
|
||||||
# Path to the file which contains the JSON content for the attestation
|
# Path to the file which contains the content for the attestation predicate.
|
||||||
# predicate. Must supply exactly one of "predicate-path" or "predicate".
|
# File size cannot exceed 16MB. Must supply exactly one of "predicate-path"
|
||||||
|
# or "predicate".
|
||||||
predicate-path:
|
predicate-path:
|
||||||
|
|
||||||
# Whether to push the attestation to the image registry. Requires that the
|
# Whether to push the attestation to the image registry. Requires that the
|
||||||
@@ -94,6 +118,10 @@ See [action.yml](action.yml)
|
|||||||
# the "subject-digest" parameter be specified. Defaults to false.
|
# the "subject-digest" parameter be specified. Defaults to false.
|
||||||
push-to-registry:
|
push-to-registry:
|
||||||
|
|
||||||
|
# Whether to attach a list of generated attestations to the workflow run
|
||||||
|
# summary page. Defaults to true.
|
||||||
|
show-summary:
|
||||||
|
|
||||||
# The GitHub token used to make authenticated API requests. Default is
|
# The GitHub token used to make authenticated API requests. Default is
|
||||||
# ${{ github.token }}
|
# ${{ github.token }}
|
||||||
github-token:
|
github-token:
|
||||||
@@ -103,17 +131,29 @@ See [action.yml](action.yml)
|
|||||||
|
|
||||||
<!-- markdownlint-disable MD013 -->
|
<!-- markdownlint-disable MD013 -->
|
||||||
|
|
||||||
| Name | Description | Example |
|
| Name | Description | Example |
|
||||||
| ------------- | -------------------------------------------------------------- | ------------------------ |
|
| ----------------- | -------------------------------------------------------------- | ------------------------------------------------ |
|
||||||
| `bundle-path` | Absolute path to the file containing the generated attestation | `/tmp/attestation.jsonl` |
|
| `attestation-id` | GitHub ID for the attestation | `123456` |
|
||||||
|
| `attestation-url` | URL for the attestation summary | `https://github.com/foo/bar/attestations/123456` |
|
||||||
|
| `bundle-path` | Absolute path to the file containing the generated attestation | `/tmp/attestation.json` |
|
||||||
|
|
||||||
<!-- markdownlint-enable MD013 -->
|
<!-- markdownlint-enable MD013 -->
|
||||||
|
|
||||||
Attestations are saved in the JSON-serialized [Sigstore bundle][6] format.
|
Attestations are saved in the JSON-serialized [Sigstore bundle][6] format.
|
||||||
|
|
||||||
If multiple subjects are being attested at the same time, each attestation will
|
If multiple subjects are being attested at the same time, a single attestation
|
||||||
be written to the output file on a separate line (using the [JSON Lines][7]
|
will be created with references to each of the supplied subjects.
|
||||||
format).
|
|
||||||
|
## Attestation Limits
|
||||||
|
|
||||||
|
### Subject Limits
|
||||||
|
|
||||||
|
No more than 1024 subjects can be attested at the same time.
|
||||||
|
|
||||||
|
### Predicate Limits
|
||||||
|
|
||||||
|
Whether supplied via the `predicate` or `predicatePath` input, the predicate
|
||||||
|
string cannot exceed 16MB.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@@ -141,20 +181,20 @@ jobs:
|
|||||||
- name: Build artifact
|
- name: Build artifact
|
||||||
run: make my-app
|
run: make my-app
|
||||||
- name: Attest
|
- name: Attest
|
||||||
uses: actions/attest@v1
|
uses: actions/attest@v2
|
||||||
with:
|
with:
|
||||||
subject-path: '${{ github.workspace }}/my-app'
|
subject-path: '${{ github.workspace }}/my-app'
|
||||||
predicate-type: 'https://example.com/predicate/v1'
|
predicate-type: 'https://example.com/predicate/v1'
|
||||||
predicate: '{}'
|
predicate: '{}'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Identify Subjects by Wildcard
|
### Identify Multiple Subjects
|
||||||
|
|
||||||
If you are generating multiple artifacts, you can generate an attestation for
|
If you are generating multiple artifacts, you can attest all of them at the same
|
||||||
each by using a wildcard in the `subject-path` input.
|
time by using a wildcard in the `subject-path` input.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/attest@v1
|
- uses: actions/attest@v2
|
||||||
with:
|
with:
|
||||||
subject-path: 'dist/**/my-bin-*'
|
subject-path: 'dist/**/my-bin-*'
|
||||||
predicate-type: 'https://example.com/predicate/v1'
|
predicate-type: 'https://example.com/predicate/v1'
|
||||||
@@ -164,6 +204,60 @@ each by using a wildcard in the `subject-path` input.
|
|||||||
For supported wildcards along with behavior and documentation, see
|
For supported wildcards along with behavior and documentation, see
|
||||||
[@actions/glob][8] which is used internally to search for files.
|
[@actions/glob][8] which is used internally to search for files.
|
||||||
|
|
||||||
|
Alternatively, you can explicitly list multiple subjects with either a comma or
|
||||||
|
newline delimited list:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- uses: actions/attest@v2
|
||||||
|
with:
|
||||||
|
subject-path: 'dist/foo, dist/bar'
|
||||||
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- uses: actions/attest@v2
|
||||||
|
with:
|
||||||
|
subject-path: |
|
||||||
|
dist/foo
|
||||||
|
dist/bar
|
||||||
|
```
|
||||||
|
|
||||||
|
### Identify Subjects with Checksums File
|
||||||
|
|
||||||
|
If you are using tools like
|
||||||
|
[goreleaser](https://goreleaser.com/customization/checksum/) or
|
||||||
|
[jreleaser](https://jreleaser.org/guide/latest/reference/checksum.html) which
|
||||||
|
generate a checksums file you can identify the attestation subjects by passing
|
||||||
|
the path of the checksums file to the `subject-checksums` input. Each of the
|
||||||
|
artifacts identified in the checksums file will be listed as a subject for the
|
||||||
|
attestation.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Calculate artifact digests
|
||||||
|
run: |
|
||||||
|
shasum -a 256 foo_0.0.1_* > subject.checksums.txt
|
||||||
|
|
||||||
|
- uses: actions/attest@v2
|
||||||
|
with:
|
||||||
|
subject-checksums: subject.checksums.txt
|
||||||
|
predicate-type: 'https://example.com/predicate/v1'
|
||||||
|
predicate: '{}'
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- markdownlint-disable MD038 -->
|
||||||
|
|
||||||
|
The file referenced by the `subject-checksums` input must conform to the same
|
||||||
|
format used by the shasum tools. Each subject should be listed on a separate
|
||||||
|
line including the hex-encoded digest (either SHA256 or SHA512), a space, a
|
||||||
|
single character flag indicating either binary (`*`) or text (` `) input mode,
|
||||||
|
and the filename.
|
||||||
|
|
||||||
|
<!-- markdownlint-enable MD038 -->
|
||||||
|
|
||||||
|
```text
|
||||||
|
b569bf992b287f55d78bf8ee476497e9b7e9d2bf1c338860bfb905016218c740 foo_0.0.1_darwin_amd64
|
||||||
|
a54fc515e616cac7fcf11a49d5c5ec9ec315948a5935c1e11dd610b834b14dde foo_0.0.1_darwin_arm64
|
||||||
|
```
|
||||||
|
|
||||||
### Container Image
|
### Container Image
|
||||||
|
|
||||||
When working with container images you can invoke the action with the
|
When working with container images you can invoke the action with the
|
||||||
@@ -175,8 +269,8 @@ fully-qualified image name (e.g. "ghcr.io/user/app" or
|
|||||||
"acme.azurecr.io/user/app"). Do NOT include a tag as part of the image name --
|
"acme.azurecr.io/user/app"). Do NOT include a tag as part of the image name --
|
||||||
the specific image being attested is identified by the supplied digest.
|
the specific image being attested is identified by the supplied digest.
|
||||||
|
|
||||||
> **NOTE**: When pushing to Docker Hub, please use "docker.io" as the
|
> **NOTE**: When pushing to Docker Hub, please use "docker.io" as the registry
|
||||||
> registry portion of the image name.
|
> portion of the image name.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: build-attested-image
|
name: build-attested-image
|
||||||
@@ -214,7 +308,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
- name: Attest
|
- name: Attest
|
||||||
uses: actions/attest@v1
|
uses: actions/attest@v2
|
||||||
id: attest
|
id: attest
|
||||||
with:
|
with:
|
||||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
@@ -232,7 +326,6 @@ jobs:
|
|||||||
[5]: https://cli.github.com/manual/gh_attestation_verify
|
[5]: https://cli.github.com/manual/gh_attestation_verify
|
||||||
[6]:
|
[6]:
|
||||||
https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
|
https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto
|
||||||
[7]: https://jsonlines.org/
|
|
||||||
[8]: https://github.com/actions/toolkit/tree/main/packages/glob#patterns
|
[8]: https://github.com/actions/toolkit/tree/main/packages/glob#patterns
|
||||||
[9]:
|
[9]:
|
||||||
https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
|
https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
|
||||||
|
|||||||
@@ -2,13 +2,18 @@
|
|||||||
* Unit tests for the action's entrypoint, src/index.ts
|
* Unit tests for the action's entrypoint, src/index.ts
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import * as core from '@actions/core'
|
||||||
import * as main from '../src/main'
|
import * as main from '../src/main'
|
||||||
|
|
||||||
// Mock the action's entrypoint
|
// Mock the action's entrypoint
|
||||||
const runMock = jest.spyOn(main, 'run').mockImplementation()
|
const runMock = jest.spyOn(main, 'run').mockImplementation()
|
||||||
|
const getBooleanInputMock = jest.spyOn(core, 'getBooleanInput')
|
||||||
|
|
||||||
describe('index', () => {
|
describe('index', () => {
|
||||||
it('calls run when imported', async () => {
|
beforeEach(() => {
|
||||||
|
getBooleanInputMock.mockImplementation(() => false)
|
||||||
|
})
|
||||||
|
it('calls run when imported', () => {
|
||||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||||
require('../src/index')
|
require('../src/index')
|
||||||
|
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ import * as main from '../src/main'
|
|||||||
// Mock the GitHub Actions core library
|
// Mock the GitHub Actions core library
|
||||||
const infoMock = jest.spyOn(core, 'info')
|
const infoMock = jest.spyOn(core, 'info')
|
||||||
const startGroupMock = jest.spyOn(core, 'startGroup')
|
const startGroupMock = jest.spyOn(core, 'startGroup')
|
||||||
const getInputMock = jest.spyOn(core, 'getInput')
|
|
||||||
const getBooleanInputMock = jest.spyOn(core, 'getBooleanInput')
|
|
||||||
const setOutputMock = jest.spyOn(core, 'setOutput')
|
const setOutputMock = jest.spyOn(core, 'setOutput')
|
||||||
const setFailedMock = jest.spyOn(core, 'setFailed')
|
const setFailedMock = jest.spyOn(core, 'setFailed')
|
||||||
|
|
||||||
@@ -38,12 +36,29 @@ const runMock = jest.spyOn(main, 'run')
|
|||||||
const mockAgent = new MockAgent()
|
const mockAgent = new MockAgent()
|
||||||
setGlobalDispatcher(mockAgent)
|
setGlobalDispatcher(mockAgent)
|
||||||
|
|
||||||
|
const defaultInputs: main.RunInputs = {
|
||||||
|
predicate: '',
|
||||||
|
predicateType: '',
|
||||||
|
predicatePath: '',
|
||||||
|
subjectName: '',
|
||||||
|
subjectDigest: '',
|
||||||
|
subjectPath: '',
|
||||||
|
subjectChecksums: '',
|
||||||
|
pushToRegistry: false,
|
||||||
|
showSummary: true,
|
||||||
|
githubToken: '',
|
||||||
|
privateSigning: false
|
||||||
|
}
|
||||||
|
|
||||||
describe('action', () => {
|
describe('action', () => {
|
||||||
// Capture original environment variables and GitHub context so we can restore
|
// Capture original environment variables and GitHub context so we can restore
|
||||||
// them after each test
|
// them after each test
|
||||||
const originalEnv = process.env
|
const originalEnv = process.env
|
||||||
const originalContext = { ...github.context }
|
const originalContext = { ...github.context }
|
||||||
|
|
||||||
|
// Mock OIDC token endpoint
|
||||||
|
const tokenURL = 'https://token.url'
|
||||||
|
|
||||||
// Fake an OIDC token
|
// Fake an OIDC token
|
||||||
const oidcSubject = 'foo@bar.com'
|
const oidcSubject = 'foo@bar.com'
|
||||||
const oidcPayload = { sub: oidcSubject, iss: '' }
|
const oidcPayload = { sub: oidcSubject, iss: '' }
|
||||||
@@ -62,9 +77,6 @@ describe('action', () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
jest.clearAllMocks()
|
jest.clearAllMocks()
|
||||||
|
|
||||||
// Mock OIDC token endpoint
|
|
||||||
const tokenURL = 'https://token.url'
|
|
||||||
|
|
||||||
nock(tokenURL)
|
nock(tokenURL)
|
||||||
.get('/')
|
.get('/')
|
||||||
.query({ audience: 'sigstore' })
|
.query({ audience: 'sigstore' })
|
||||||
@@ -95,24 +107,22 @@ describe('action', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when ACTIONS_ID_TOKEN_REQUEST_URL is not set', () => {
|
describe('when ACTIONS_ID_TOKEN_REQUEST_URL is not set', () => {
|
||||||
const inputs = {
|
const inputs: main.RunInputs = {
|
||||||
'subject-digest': subjectDigest,
|
...defaultInputs,
|
||||||
'subject-name': subjectName,
|
subjectDigest,
|
||||||
'predicate-type': predicateType,
|
subjectName,
|
||||||
|
predicateType,
|
||||||
predicate,
|
predicate,
|
||||||
'github-token': 'gh-token'
|
githubToken: 'gh-token'
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// Nullify the OIDC token URL
|
// Nullify the OIDC token URL
|
||||||
process.env.ACTIONS_ID_TOKEN_REQUEST_URL = ''
|
process.env.ACTIONS_ID_TOKEN_REQUEST_URL = ''
|
||||||
|
|
||||||
getInputMock.mockImplementation(mockInput(inputs))
|
|
||||||
getBooleanInputMock.mockImplementation(() => false)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('sets a failed status', async () => {
|
it('sets a failed status', async () => {
|
||||||
await main.run()
|
await main.run(inputs)
|
||||||
|
|
||||||
expect(runMock).toHaveReturned()
|
expect(runMock).toHaveReturned()
|
||||||
expect(setFailedMock).toHaveBeenCalledWith(
|
expect(setFailedMock).toHaveBeenCalledWith(
|
||||||
@@ -124,27 +134,26 @@ describe('action', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when no inputs are provided', () => {
|
describe('when no inputs are provided', () => {
|
||||||
beforeEach(() => {
|
|
||||||
getInputMock.mockImplementation(() => '')
|
|
||||||
})
|
|
||||||
|
|
||||||
it('sets a failed status', async () => {
|
it('sets a failed status', async () => {
|
||||||
await main.run()
|
await main.run(defaultInputs)
|
||||||
|
|
||||||
expect(runMock).toHaveReturned()
|
expect(runMock).toHaveReturned()
|
||||||
expect(setFailedMock).toHaveBeenCalledWith(
|
expect(setFailedMock).toHaveBeenCalledWith(
|
||||||
new Error('One of subject-path or subject-digest must be provided')
|
new Error(
|
||||||
|
'One of subject-path, subject-digest, or subject-checksums must be provided'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when the repository is private', () => {
|
describe('when the repository is private', () => {
|
||||||
const inputs = {
|
const inputs: main.RunInputs = {
|
||||||
'subject-digest': subjectDigest,
|
...defaultInputs,
|
||||||
'subject-name': subjectName,
|
subjectDigest,
|
||||||
'predicate-type': predicateType,
|
subjectName,
|
||||||
|
predicateType,
|
||||||
predicate,
|
predicate,
|
||||||
'github-token': 'gh-token'
|
githubToken: 'gh-token'
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
@@ -154,9 +163,6 @@ describe('action', () => {
|
|||||||
repo: { owner: 'foo', repo: 'bar' }
|
repo: { owner: 'foo', repo: 'bar' }
|
||||||
})
|
})
|
||||||
|
|
||||||
getInputMock.mockImplementation(mockInput(inputs))
|
|
||||||
getBooleanInputMock.mockImplementation(() => false)
|
|
||||||
|
|
||||||
await mockFulcio({
|
await mockFulcio({
|
||||||
baseURL: 'https://fulcio.githubapp.com',
|
baseURL: 'https://fulcio.githubapp.com',
|
||||||
strict: false
|
strict: false
|
||||||
@@ -165,7 +171,7 @@ describe('action', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('invokes the action w/o error', async () => {
|
it('invokes the action w/o error', async () => {
|
||||||
await main.run()
|
await main.run(inputs)
|
||||||
|
|
||||||
expect(runMock).toHaveReturned()
|
expect(runMock).toHaveReturned()
|
||||||
expect(setFailedMock).not.toHaveBeenCalledWith()
|
expect(setFailedMock).not.toHaveBeenCalledWith()
|
||||||
@@ -194,7 +200,17 @@ describe('action', () => {
|
|||||||
expect(setOutputMock).toHaveBeenNthCalledWith(
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
1,
|
1,
|
||||||
'bundle-path',
|
'bundle-path',
|
||||||
expect.stringMatching('attestation.jsonl')
|
expect.stringMatching('attestation.json')
|
||||||
|
)
|
||||||
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
|
2,
|
||||||
|
'attestation-id',
|
||||||
|
expect.stringMatching(attestationID)
|
||||||
|
)
|
||||||
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
|
3,
|
||||||
|
'attestation-url',
|
||||||
|
expect.stringContaining(`foo/bar/attestations/${attestationID}`)
|
||||||
)
|
)
|
||||||
expect(setFailedMock).not.toHaveBeenCalled()
|
expect(setFailedMock).not.toHaveBeenCalled()
|
||||||
})
|
})
|
||||||
@@ -204,12 +220,14 @@ describe('action', () => {
|
|||||||
const getRegCredsSpy = jest.spyOn(oci, 'getRegistryCredentials')
|
const getRegCredsSpy = jest.spyOn(oci, 'getRegistryCredentials')
|
||||||
const attachArtifactSpy = jest.spyOn(oci, 'attachArtifactToImage')
|
const attachArtifactSpy = jest.spyOn(oci, 'attachArtifactToImage')
|
||||||
|
|
||||||
const inputs = {
|
const inputs: main.RunInputs = {
|
||||||
'subject-digest': subjectDigest,
|
...defaultInputs,
|
||||||
'subject-name': subjectName,
|
subjectDigest,
|
||||||
'predicate-type': predicateType,
|
subjectName,
|
||||||
|
predicateType,
|
||||||
predicate,
|
predicate,
|
||||||
'github-token': 'gh-token'
|
githubToken: 'gh-token',
|
||||||
|
pushToRegistry: true
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
@@ -219,11 +237,6 @@ describe('action', () => {
|
|||||||
repo: { owner: 'foo', repo: 'bar' }
|
repo: { owner: 'foo', repo: 'bar' }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Mock the action's inputs
|
|
||||||
getInputMock.mockImplementation(mockInput(inputs))
|
|
||||||
// This is where we mock the push-to-registry input
|
|
||||||
getBooleanInputMock.mockImplementation(() => true)
|
|
||||||
|
|
||||||
await mockFulcio({
|
await mockFulcio({
|
||||||
baseURL: 'https://fulcio.sigstore.dev',
|
baseURL: 'https://fulcio.sigstore.dev',
|
||||||
strict: false
|
strict: false
|
||||||
@@ -244,7 +257,7 @@ describe('action', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('invokes the action w/o error', async () => {
|
it('invokes the action w/o error', async () => {
|
||||||
await main.run()
|
await main.run(inputs)
|
||||||
|
|
||||||
expect(runMock).toHaveReturned()
|
expect(runMock).toHaveReturned()
|
||||||
expect(setFailedMock).not.toHaveBeenCalled()
|
expect(setFailedMock).not.toHaveBeenCalled()
|
||||||
@@ -283,17 +296,28 @@ describe('action', () => {
|
|||||||
expect(setOutputMock).toHaveBeenNthCalledWith(
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
1,
|
1,
|
||||||
'bundle-path',
|
'bundle-path',
|
||||||
expect.stringMatching('attestation.jsonl')
|
expect.stringMatching('attestation.json')
|
||||||
|
)
|
||||||
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
|
2,
|
||||||
|
'attestation-id',
|
||||||
|
expect.stringMatching(attestationID)
|
||||||
|
)
|
||||||
|
expect(setOutputMock).toHaveBeenNthCalledWith(
|
||||||
|
3,
|
||||||
|
'attestation-url',
|
||||||
|
expect.stringContaining(`foo/bar/attestations/${attestationID}`)
|
||||||
)
|
)
|
||||||
expect(setFailedMock).not.toHaveBeenCalled()
|
expect(setFailedMock).not.toHaveBeenCalled()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when too many subjects are specified', () => {
|
describe('when the subject count is greater than 1', () => {
|
||||||
let dir = ''
|
let dir = ''
|
||||||
|
const filename = 'subject'
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
const filename = 'subject'
|
const subjectCount = 5
|
||||||
const content = 'file content'
|
const content = 'file content'
|
||||||
|
|
||||||
// Set-up temp directory
|
// Set-up temp directory
|
||||||
@@ -301,7 +325,7 @@ describe('action', () => {
|
|||||||
dir = await fs.mkdtemp(tmpDir + path.sep)
|
dir = await fs.mkdtemp(tmpDir + path.sep)
|
||||||
|
|
||||||
// Add files for glob testing
|
// Add files for glob testing
|
||||||
for (let i = 0; i < 65; i++) {
|
for (let i = 0; i < subjectCount; i++) {
|
||||||
await fs.writeFile(path.join(dir, `${filename}-${i}`), content)
|
await fs.writeFile(path.join(dir, `${filename}-${i}`), content)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -311,14 +335,63 @@ describe('action', () => {
|
|||||||
repo: { owner: 'foo', repo: 'bar' }
|
repo: { owner: 'foo', repo: 'bar' }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Mock the action's inputs
|
// Set-up a Fulcio mock for each subject
|
||||||
getInputMock.mockImplementation(
|
await mockFulcio({
|
||||||
mockInput({
|
baseURL: 'https://fulcio.githubapp.com',
|
||||||
predicate: '{}',
|
strict: false
|
||||||
'subject-path': path.join(dir, `${filename}-*`)
|
})
|
||||||
})
|
|
||||||
|
// Set-up a TSA mock for each subject
|
||||||
|
await mockTSA({ baseURL: 'https://timestamp.githubapp.com' })
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(async () => {
|
||||||
|
// Clean-up temp directory
|
||||||
|
await fs.rm(dir, { recursive: true })
|
||||||
|
})
|
||||||
|
|
||||||
|
it('invokes the action w/o error', async () => {
|
||||||
|
const inputs: main.RunInputs = {
|
||||||
|
...defaultInputs,
|
||||||
|
subjectPath: path.join(dir, `${filename}-*`),
|
||||||
|
predicateType,
|
||||||
|
predicate,
|
||||||
|
githubToken: 'gh-token'
|
||||||
|
}
|
||||||
|
await main.run(inputs)
|
||||||
|
|
||||||
|
expect(runMock).toHaveReturned()
|
||||||
|
expect(setFailedMock).not.toHaveBeenCalled()
|
||||||
|
expect(infoMock).toHaveBeenNthCalledWith(
|
||||||
|
1,
|
||||||
|
expect.stringMatching('Attestation created for 5 subjects')
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when the subject count exceeds the max', () => {
|
||||||
|
let dir = ''
|
||||||
|
const filename = 'subject'
|
||||||
|
|
||||||
|
beforeEach(async () => {
|
||||||
|
const subjectCount = 1025
|
||||||
|
const content = 'file content'
|
||||||
|
|
||||||
|
// Set-up temp directory
|
||||||
|
const tmpDir = await fs.realpath(os.tmpdir())
|
||||||
|
dir = await fs.mkdtemp(tmpDir + path.sep)
|
||||||
|
|
||||||
|
// Add files for glob testing
|
||||||
|
for (let i = 0; i < subjectCount; i++) {
|
||||||
|
await fs.writeFile(path.join(dir, `${filename}-${i}`), content)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Set the GH context with private repository visibility and a repo owner.
|
||||||
|
setGHContext({
|
||||||
|
payload: { repository: { visibility: 'private' } },
|
||||||
|
repo: { owner: 'foo', repo: 'bar' }
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
// Clean-up temp directory
|
// Clean-up temp directory
|
||||||
@@ -326,27 +399,25 @@ describe('action', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('sets a failed status', async () => {
|
it('sets a failed status', async () => {
|
||||||
await main.run()
|
const inputs: main.RunInputs = {
|
||||||
|
...defaultInputs,
|
||||||
|
subjectPath: path.join(dir, `${filename}-*`),
|
||||||
|
predicateType,
|
||||||
|
predicate,
|
||||||
|
githubToken: 'gh-token'
|
||||||
|
}
|
||||||
|
await main.run(inputs)
|
||||||
|
|
||||||
expect(runMock).toHaveReturned()
|
expect(runMock).toHaveReturned()
|
||||||
expect(setFailedMock).toHaveBeenCalledWith(
|
expect(setFailedMock).toHaveBeenCalledWith(
|
||||||
new Error(
|
new Error(
|
||||||
'Too many subjects specified. The maximum number of subjects is 64.'
|
'Too many subjects specified. The maximum number of subjects is 1024.'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
function mockInput(inputs: Record<string, string>): typeof core.getInput {
|
|
||||||
return (name: string): string => {
|
|
||||||
if (name in inputs) {
|
|
||||||
return inputs[name]
|
|
||||||
}
|
|
||||||
return ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Stubbing the GitHub context is a bit tricky. We need to use
|
// Stubbing the GitHub context is a bit tricky. We need to use
|
||||||
// `Object.defineProperty` because `github.context` is read-only.
|
// `Object.defineProperty` because `github.context` is read-only.
|
||||||
function setGHContext(context: object): void {
|
function setGHContext(context: object): void {
|
||||||
|
|||||||
@@ -1,92 +1,129 @@
|
|||||||
import fs from 'fs/promises'
|
import fs from 'fs/promises'
|
||||||
import os from 'os'
|
import os from 'os'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import { predicateFromInputs } from '../src/predicate'
|
import { predicateFromInputs, PredicateInputs } from '../src/predicate'
|
||||||
|
|
||||||
describe('subjectFromInputs', () => {
|
describe('subjectFromInputs', () => {
|
||||||
afterEach(() => {
|
const blankInputs: PredicateInputs = {
|
||||||
process.env['INPUT_PREDICATE'] = ''
|
predicateType: '',
|
||||||
process.env['INPUT_PREDICATE-PATH'] = ''
|
predicate: '',
|
||||||
process.env['INPUT_PREDICATE-TYPE'] = ''
|
predicatePath: ''
|
||||||
})
|
}
|
||||||
|
|
||||||
describe('when no inputs are provided', () => {
|
describe('when no inputs are provided', () => {
|
||||||
it('throws an error', () => {
|
it('throws an error', () => {
|
||||||
expect(() => predicateFromInputs()).toThrow(/predicate-type/i)
|
expect(() => predicateFromInputs(blankInputs)).toThrow(/predicate-type/i)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when neither predicate path nor predicate are provided', () => {
|
describe('when neither predicate path nor predicate are provided', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_PREDICATE-TYPE'] = 'https://example.com/predicate'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', () => {
|
it('throws an error', () => {
|
||||||
expect(() => predicateFromInputs()).toThrow(
|
const inputs: PredicateInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
predicateType: 'https://example.com/predicate'
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(() => predicateFromInputs(inputs)).toThrow(
|
||||||
/one of predicate-path or predicate must be provided/i
|
/one of predicate-path or predicate must be provided/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when both predicate path and predicate are provided', () => {
|
describe('when both predicate path and predicate are provided', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_PREDICATE-PATH'] = 'path/to/predicate'
|
|
||||||
process.env['INPUT_PREDICATE'] = '{}'
|
|
||||||
process.env['INPUT_PREDICATE-TYPE'] = 'https://example.com/predicate'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', () => {
|
it('throws an error', () => {
|
||||||
expect(() => predicateFromInputs()).toThrow(
|
const inputs: PredicateInputs = {
|
||||||
|
predicateType: 'https://example.com/predicate',
|
||||||
|
predicate: '{}',
|
||||||
|
predicatePath: 'path/to/predicate'
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(() => predicateFromInputs(inputs)).toThrow(
|
||||||
/only one of predicate-path or predicate may be provided/i
|
/only one of predicate-path or predicate may be provided/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when specifying a predicate path', () => {
|
describe('when specifying a predicate path', () => {
|
||||||
let dir = ''
|
const predicateType = 'https://example.com/predicate'
|
||||||
const filename = 'subject'
|
|
||||||
const content = '{}'
|
const content = '{}'
|
||||||
|
let predicatePath = ''
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
// Set-up temp directory
|
// Set-up temp directory
|
||||||
const tmpDir = await fs.realpath(os.tmpdir())
|
const tmpDir = await fs.realpath(os.tmpdir())
|
||||||
dir = await fs.mkdtemp(tmpDir + path.sep)
|
const dir = await fs.mkdtemp(tmpDir + path.sep)
|
||||||
|
|
||||||
|
const filename = 'subject'
|
||||||
|
predicatePath = path.join(dir, filename)
|
||||||
|
|
||||||
// Write file to temp directory
|
// Write file to temp directory
|
||||||
await fs.writeFile(path.join(dir, filename), content)
|
await fs.writeFile(predicatePath, content)
|
||||||
})
|
})
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
// Clean-up temp directory
|
// Clean-up temp directory
|
||||||
await fs.rm(dir, { recursive: true })
|
await fs.rm(path.parse(predicatePath).dir, { recursive: true })
|
||||||
})
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_PREDICATE-PATH'] = path.join(dir, filename)
|
|
||||||
process.env['INPUT_PREDICATE-TYPE'] = 'https://example.com/predicate'
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('returns the predicate', () => {
|
it('returns the predicate', () => {
|
||||||
expect(predicateFromInputs()).toEqual({
|
const inputs: PredicateInputs = {
|
||||||
type: 'https://example.com/predicate',
|
...blankInputs,
|
||||||
params: {}
|
predicateType,
|
||||||
|
predicatePath
|
||||||
|
}
|
||||||
|
expect(predicateFromInputs(inputs)).toEqual({
|
||||||
|
type: predicateType,
|
||||||
|
params: JSON.parse(content)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
describe('when specifying a predicate path that does not exist', () => {
|
||||||
|
const predicateType = 'https://example.com/predicate'
|
||||||
|
const predicatePath = 'foo'
|
||||||
|
|
||||||
|
it('returns the predicate', () => {
|
||||||
|
const inputs: PredicateInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
predicateType,
|
||||||
|
predicatePath
|
||||||
|
}
|
||||||
|
expect(() => predicateFromInputs(inputs)).toThrow(/file not found/)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
describe('when specifying a predicate value', () => {
|
describe('when specifying a predicate value', () => {
|
||||||
|
const predicateType = 'https://example.com/predicate'
|
||||||
const content = '{}'
|
const content = '{}'
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_PREDICATE'] = content
|
|
||||||
process.env['INPUT_PREDICATE-TYPE'] = 'https://example.com/predicate'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the predicate', () => {
|
it('returns the predicate', () => {
|
||||||
expect(predicateFromInputs()).toEqual({
|
const inputs: PredicateInputs = {
|
||||||
type: 'https://example.com/predicate',
|
...blankInputs,
|
||||||
params: {}
|
predicateType,
|
||||||
|
predicate: content
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(predicateFromInputs(inputs)).toEqual({
|
||||||
|
type: predicateType,
|
||||||
|
params: JSON.parse(content)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
describe('when specifying a predicate value exceeding the max size', () => {
|
||||||
|
const predicateType = 'https://example.com/predicate'
|
||||||
|
const content = JSON.stringify({ a: 'a'.repeat(16 * 1024 * 1024) })
|
||||||
|
|
||||||
|
it('throws an error', () => {
|
||||||
|
const inputs: PredicateInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
predicateType,
|
||||||
|
predicate: content
|
||||||
|
}
|
||||||
|
|
||||||
|
expect(() => predicateFromInputs(inputs)).toThrow(
|
||||||
|
/predicate string exceeds maximum/
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
15
__tests__/style.test.ts
Normal file
15
__tests__/style.test.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { highlight, mute } from '../src/style'
|
||||||
|
|
||||||
|
describe('style', () => {
|
||||||
|
describe('highlight', () => {
|
||||||
|
it('adds cyan color to the string', () => {
|
||||||
|
expect(highlight('foo')).toBe('\x1B[36mfoo\x1B[39m')
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('mute', () => {
|
||||||
|
it('adds gray color to the string', () => {
|
||||||
|
expect(mute('foo')).toBe('\x1B[38;5;244mfoo\x1B[39m')
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
@@ -2,47 +2,81 @@ import crypto from 'crypto'
|
|||||||
import fs from 'fs/promises'
|
import fs from 'fs/promises'
|
||||||
import os from 'os'
|
import os from 'os'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import { subjectFromInputs } from '../src/subject'
|
import {
|
||||||
|
formatSubjectDigest,
|
||||||
|
subjectFromInputs,
|
||||||
|
SubjectInputs
|
||||||
|
} from '../src/subject'
|
||||||
|
|
||||||
describe('subjectFromInputs', () => {
|
describe('subjectFromInputs', () => {
|
||||||
beforeEach(() => {
|
const blankInputs: SubjectInputs = {
|
||||||
process.env['INPUT_PUSH-TO-REGISTRY'] = 'false'
|
subjectPath: '',
|
||||||
})
|
subjectName: '',
|
||||||
|
subjectDigest: '',
|
||||||
afterEach(() => {
|
subjectChecksums: ''
|
||||||
process.env['INPUT_SUBJECT-PATH'] = ''
|
}
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = ''
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = ''
|
|
||||||
})
|
|
||||||
|
|
||||||
describe('when no inputs are provided', () => {
|
describe('when no inputs are provided', () => {
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
await expect(subjectFromInputs(blankInputs)).rejects.toThrow(
|
||||||
/one of subject-path or subject-digest must be provided/i
|
/one of subject-path, subject-digest, or subject-checksums must be provided/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when both subject path and subject digest are provided', () => {
|
describe('when both subject path and subject digest are provided', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = 'path/to/subject'
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = 'digest'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
/only one of subject-path or subject-digest may be provided/i
|
subjectName: 'foo',
|
||||||
|
subjectPath: 'path/to/subject',
|
||||||
|
subjectDigest: 'digest',
|
||||||
|
subjectChecksums: ''
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
|
/only one of subject-path, subject-digest, or subject-checksums may be provided/i
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when both subject path and subject checksums are provided', () => {
|
||||||
|
it('throws an error', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
subjectName: '',
|
||||||
|
subjectPath: 'path/to/subject',
|
||||||
|
subjectDigest: '',
|
||||||
|
subjectChecksums: 'path/to/checksums'
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
|
/only one of subject-path, subject-digest, or subject-checksums may be provided/i
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when both subject digest and subject checksums are provided', () => {
|
||||||
|
it('throws an error', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
subjectName: 'foo',
|
||||||
|
subjectPath: '',
|
||||||
|
subjectDigest: 'digest',
|
||||||
|
subjectChecksums: 'path/to/checksums'
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
|
/only one of subject-path, subject-digest, or subject-checksums may be provided/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when subject digest is provided but not the name', () => {
|
describe('when subject digest is provided but not the name', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = 'digest'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: 'digest'
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
/subject-name must be provided when using subject-digest/i
|
/subject-name must be provided when using subject-digest/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
@@ -52,39 +86,42 @@ describe('subjectFromInputs', () => {
|
|||||||
const name = 'Subject'
|
const name = 'Subject'
|
||||||
|
|
||||||
describe('when the digest is malformed', () => {
|
describe('when the digest is malformed', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = 'digest'
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = name
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: 'digest',
|
||||||
|
subjectName: name
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when the alogrithm is not supported', () => {
|
describe('when the algorithm is not supported', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = 'md5:deadbeef'
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = name
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: 'md5:deadbeef',
|
||||||
|
subjectName: name
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when the sha256 digest is malformed', () => {
|
describe('when the sha256 digest is malformed', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = 'sha256:deadbeef'
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = name
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: 'sha256:deadbeef',
|
||||||
|
subjectName: name
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
/subject-digest must be in the format "sha256:<hex-digest>"/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
@@ -95,13 +132,14 @@ describe('subjectFromInputs', () => {
|
|||||||
const digest =
|
const digest =
|
||||||
'7d070f6b64d9bcc530fe99cc21eaaa4b3c364e0b2d367d7735671fa202a03b32'
|
'7d070f6b64d9bcc530fe99cc21eaaa4b3c364e0b2d367d7735671fa202a03b32'
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = `${alg}:${digest}`
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = name
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the subject', async () => {
|
it('returns the subject', async () => {
|
||||||
const subject = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: `${alg}:${digest}`,
|
||||||
|
subjectName: name
|
||||||
|
}
|
||||||
|
|
||||||
|
const subject = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subject).toBeDefined()
|
expect(subject).toBeDefined()
|
||||||
expect(subject).toHaveLength(1)
|
expect(subject).toHaveLength(1)
|
||||||
@@ -110,20 +148,21 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when the push-to-registry is true', () => {
|
describe('when the downcaseName is true', () => {
|
||||||
const imageName = 'ghcr.io/FOO/bar'
|
const imageName = 'ghcr.io/FOO/bar'
|
||||||
const alg = 'sha256'
|
const alg = 'sha256'
|
||||||
const digest =
|
const digest =
|
||||||
'7d070f6b64d9bcc530fe99cc21eaaa4b3c364e0b2d367d7735671fa202a03b32'
|
'7d070f6b64d9bcc530fe99cc21eaaa4b3c364e0b2d367d7735671fa202a03b32'
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-DIGEST'] = `${alg}:${digest}`
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = imageName
|
|
||||||
process.env['INPUT_PUSH-TO-REGISTRY'] = 'true'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the subject (with name downcased)', async () => {
|
it('returns the subject (with name downcased)', async () => {
|
||||||
const subject = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectDigest: `${alg}:${digest}`,
|
||||||
|
subjectName: imageName,
|
||||||
|
downcaseName: true
|
||||||
|
}
|
||||||
|
|
||||||
|
const subject = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subject).toBeDefined()
|
expect(subject).toBeDefined()
|
||||||
expect(subject).toHaveLength(1)
|
expect(subject).toHaveLength(1)
|
||||||
@@ -135,19 +174,20 @@ describe('subjectFromInputs', () => {
|
|||||||
|
|
||||||
describe('when specifying a subject path', () => {
|
describe('when specifying a subject path', () => {
|
||||||
describe('when the file does NOT exist', () => {
|
describe('when the file does NOT exist', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = '/f/a/k/e'
|
|
||||||
})
|
|
||||||
|
|
||||||
it('throws an error', async () => {
|
it('throws an error', async () => {
|
||||||
await expect(subjectFromInputs()).rejects.toThrow(
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: '/f/a/k/e'
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
/could not find subject at path/i
|
/could not find subject at path/i
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('when the file eixts', () => {
|
describe('when the file exists', () => {
|
||||||
let dir = ''
|
let dir = ''
|
||||||
const filename = 'subject'
|
const filename = 'subject'
|
||||||
const content = 'file content'
|
const content = 'file content'
|
||||||
@@ -178,12 +218,13 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when no name is provided', () => {
|
describe('when no name is provided', () => {
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = path.join(dir, filename)
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the subject', async () => {
|
it('returns the subject', async () => {
|
||||||
const subject = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: path.join(dir, filename)
|
||||||
|
}
|
||||||
|
|
||||||
|
const subject = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subject).toBeDefined()
|
expect(subject).toBeDefined()
|
||||||
expect(subject).toHaveLength(1)
|
expect(subject).toHaveLength(1)
|
||||||
@@ -195,13 +236,14 @@ describe('subjectFromInputs', () => {
|
|||||||
describe('when a name is provided', () => {
|
describe('when a name is provided', () => {
|
||||||
const name = 'mysubject'
|
const name = 'mysubject'
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = path.join(dir, filename)
|
|
||||||
process.env['INPUT_SUBJECT-NAME'] = name
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the subject', async () => {
|
it('returns the subject', async () => {
|
||||||
const subject = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: path.join(dir, filename),
|
||||||
|
subjectName: name
|
||||||
|
}
|
||||||
|
|
||||||
|
const subject = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subject).toBeDefined()
|
expect(subject).toBeDefined()
|
||||||
expect(subject).toHaveLength(1)
|
expect(subject).toHaveLength(1)
|
||||||
@@ -211,17 +253,17 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when a file glob is supplied', () => {
|
describe('when a file glob is supplied', () => {
|
||||||
beforeEach(async () => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = path.join(dir, 'subject-*')
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the multiple subjects', async () => {
|
it('returns the multiple subjects', async () => {
|
||||||
const subjects = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: path.join(dir, 'subject-*')
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subjects).toBeDefined()
|
expect(subjects).toBeDefined()
|
||||||
expect(subjects).toHaveLength(3)
|
expect(subjects).toHaveLength(3)
|
||||||
|
|
||||||
/* eslint-disable-next-line github/array-foreach */
|
|
||||||
subjects.forEach((subject, i) => {
|
subjects.forEach((subject, i) => {
|
||||||
expect(subject.name).toEqual(`${filename}-${i}`)
|
expect(subject.name).toEqual(`${filename}-${i}`)
|
||||||
expect(subject.digest).toEqual({ sha256: expectedDigest })
|
expect(subject.digest).toEqual({ sha256: expectedDigest })
|
||||||
@@ -230,12 +272,13 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when a file glob is supplied which also matches non-files', () => {
|
describe('when a file glob is supplied which also matches non-files', () => {
|
||||||
beforeEach(async () => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] = `${dir}*`
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the subjects (excluding non-files)', async () => {
|
it('returns the subjects (excluding non-files)', async () => {
|
||||||
const subjects = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${dir}*`
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subjects).toBeDefined()
|
expect(subjects).toBeDefined()
|
||||||
expect(subjects).toHaveLength(7)
|
expect(subjects).toHaveLength(7)
|
||||||
@@ -243,13 +286,13 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when a comma-separated list is supplied', () => {
|
describe('when a comma-separated list is supplied', () => {
|
||||||
beforeEach(async () => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] =
|
|
||||||
`${path.join(dir, 'subject-1')},${path.join(dir, 'subject-2')}`
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the multiple subjects', async () => {
|
it('returns the multiple subjects', async () => {
|
||||||
const subjects = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${path.join(dir, 'subject-1')},${path.join(dir, 'subject-2')}`
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subjects).toBeDefined()
|
expect(subjects).toBeDefined()
|
||||||
expect(subjects).toHaveLength(2)
|
expect(subjects).toHaveLength(2)
|
||||||
@@ -266,13 +309,36 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when a multi-line list is supplied', () => {
|
describe('when a multi-line list is supplied', () => {
|
||||||
beforeEach(async () => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] =
|
|
||||||
`${path.join(dir, 'subject-0')}\n${path.join(dir, 'subject-2')}`
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the multiple subjects', async () => {
|
it('returns the multiple subjects', async () => {
|
||||||
const subjects = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${path.join(dir, 'subject-0')}\n${path.join(dir, 'subject-2')}`
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
|
expect(subjects).toBeDefined()
|
||||||
|
expect(subjects).toHaveLength(2)
|
||||||
|
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'subject-0',
|
||||||
|
digest: { sha256: expectedDigest }
|
||||||
|
})
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'subject-2',
|
||||||
|
digest: { sha256: expectedDigest }
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when an excluding glob is supplied', () => {
|
||||||
|
it('returns the multiple subjects', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${path.join(dir, 'subject-*')},!${path.join(dir, 'subject-1')}`
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subjects).toBeDefined()
|
expect(subjects).toBeDefined()
|
||||||
expect(subjects).toHaveLength(2)
|
expect(subjects).toHaveLength(2)
|
||||||
@@ -289,13 +355,13 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('when a multi-line glob list is supplied', () => {
|
describe('when a multi-line glob list is supplied', () => {
|
||||||
beforeEach(async () => {
|
|
||||||
process.env['INPUT_SUBJECT-PATH'] =
|
|
||||||
`${path.join(dir, 'subject-*')}\n ${path.join(dir, 'other-*')} `
|
|
||||||
})
|
|
||||||
|
|
||||||
it('returns the multiple subjects', async () => {
|
it('returns the multiple subjects', async () => {
|
||||||
const subjects = await subjectFromInputs()
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${path.join(dir, 'subject-*')}\n ${path.join(dir, 'other-*')} `
|
||||||
|
}
|
||||||
|
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
expect(subjects).toBeDefined()
|
expect(subjects).toBeDefined()
|
||||||
expect(subjects).toHaveLength(6)
|
expect(subjects).toHaveLength(6)
|
||||||
@@ -327,5 +393,175 @@ describe('subjectFromInputs', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
describe('when duplicate subjects are supplied', () => {
|
||||||
|
let otherDir = ''
|
||||||
|
|
||||||
|
// Add duplicate subject in alternate directory
|
||||||
|
beforeEach(async () => {
|
||||||
|
// Set-up temp directory
|
||||||
|
const tmpDir = await fs.realpath(os.tmpdir())
|
||||||
|
otherDir = await fs.mkdtemp(tmpDir + path.sep)
|
||||||
|
|
||||||
|
// Write file to temp directory
|
||||||
|
await fs.writeFile(path.join(otherDir, filename), content)
|
||||||
|
})
|
||||||
|
|
||||||
|
it('returns de-duplicated subjects', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectPath: `${path.join(dir, 'subject')}, ${path.join(otherDir, 'subject')} `
|
||||||
|
}
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
|
expect(subjects).toBeDefined()
|
||||||
|
expect(subjects).toHaveLength(1)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when specifying a subject checksums file', () => {
|
||||||
|
const checksums = `
|
||||||
|
187dcd1506a170337415589ff00c8743f19d41cc31fca246c2739dfd450d0b9d demo_0.0.1_linux_amd64
|
||||||
|
badline
|
||||||
|
5d8b4751ef31f9440d843fcfa4e53ca2e25b1cb1f13fd355fdc7c24b41fe645293291ea9297ba3989078abb77ebbaac66be073618a9e4974dbd0361881d4c718 demo_0.0.1_darwin_arm64`
|
||||||
|
|
||||||
|
let dir = ''
|
||||||
|
const filename = 'checksums'
|
||||||
|
|
||||||
|
beforeEach(async () => {
|
||||||
|
// Set-up temp directory
|
||||||
|
const tmpDir = await fs.realpath(os.tmpdir())
|
||||||
|
dir = await fs.mkdtemp(tmpDir + path.sep)
|
||||||
|
|
||||||
|
// Write file to temp directory
|
||||||
|
await fs.writeFile(path.join(dir, filename), checksums)
|
||||||
|
})
|
||||||
|
|
||||||
|
afterEach(async () => {
|
||||||
|
// Clean-up temp directory
|
||||||
|
await fs.rm(dir, { recursive: true })
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when the specified path is NOT a file', () => {
|
||||||
|
it('throws an error', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectChecksums: dir
|
||||||
|
}
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
|
/subject checksums file not found/i
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when the specific path is a file', () => {
|
||||||
|
it('returns the multiple subjects', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectChecksums: path.join(dir, filename)
|
||||||
|
}
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
|
expect(subjects).toBeDefined()
|
||||||
|
expect(subjects).toHaveLength(2)
|
||||||
|
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'demo_0.0.1_linux_amd64',
|
||||||
|
digest: {
|
||||||
|
sha256:
|
||||||
|
'187dcd1506a170337415589ff00c8743f19d41cc31fca246c2739dfd450d0b9d'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'demo_0.0.1_darwin_arm64',
|
||||||
|
digest: {
|
||||||
|
sha512:
|
||||||
|
'5d8b4751ef31f9440d843fcfa4e53ca2e25b1cb1f13fd355fdc7c24b41fe645293291ea9297ba3989078abb77ebbaac66be073618a9e4974dbd0361881d4c718'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when specifying a subject checksums string', () => {
|
||||||
|
const checksums = `
|
||||||
|
f861e68a080799ca83104630b56abb90d8dbcc5f8b5a8639cb691e269838f29e demo_0.0.1_linux_386
|
||||||
|
187dcd1506a170337415589ff00c8743f19d41cc31fca246c2739dfd450d0b9d *demo_0.0.1_linux_amd64
|
||||||
|
9ecbf449e286a8a8748c161c52aa28b6b2fc64ab86f94161c5d1b3abc18156c5 demo_0.0.1_linux_arm64`
|
||||||
|
|
||||||
|
it('returns the multiple subjects', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectChecksums: checksums
|
||||||
|
}
|
||||||
|
const subjects = await subjectFromInputs(inputs)
|
||||||
|
|
||||||
|
expect(subjects).toBeDefined()
|
||||||
|
expect(subjects).toHaveLength(3)
|
||||||
|
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'demo_0.0.1_linux_386',
|
||||||
|
digest: {
|
||||||
|
sha256:
|
||||||
|
'f861e68a080799ca83104630b56abb90d8dbcc5f8b5a8639cb691e269838f29e'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'demo_0.0.1_linux_amd64',
|
||||||
|
digest: {
|
||||||
|
sha256:
|
||||||
|
'187dcd1506a170337415589ff00c8743f19d41cc31fca246c2739dfd450d0b9d'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
expect(subjects).toContainEqual({
|
||||||
|
name: 'demo_0.0.1_linux_arm64',
|
||||||
|
digest: {
|
||||||
|
sha256:
|
||||||
|
'9ecbf449e286a8a8748c161c52aa28b6b2fc64ab86f94161c5d1b3abc18156c5'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when specifying a subject checksums string with an unrecognized digest', () => {
|
||||||
|
const checksums = `f861e demo_0.0.1_linux_386`
|
||||||
|
|
||||||
|
it('throws an error', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectChecksums: checksums
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(
|
||||||
|
/unknown digest algorithm/i
|
||||||
|
)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('when specifying a subject checksums string with an invalid digest', () => {
|
||||||
|
const checksums =
|
||||||
|
'!!!!e68a080799ca83104630b56abb90d8dbcc5f8b5a8639cb691e269838f29e demo_0.0.1_linux_386'
|
||||||
|
|
||||||
|
it('throws an error', async () => {
|
||||||
|
const inputs: SubjectInputs = {
|
||||||
|
...blankInputs,
|
||||||
|
subjectChecksums: checksums
|
||||||
|
}
|
||||||
|
|
||||||
|
await expect(subjectFromInputs(inputs)).rejects.toThrow(/invalid digest/i)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
describe('subjectDigest', () => {
|
||||||
|
it('returns the digest', () => {
|
||||||
|
const subject = {
|
||||||
|
name: 'foo',
|
||||||
|
digest: { sha1: 'deadbeef' }
|
||||||
|
}
|
||||||
|
|
||||||
|
const digest = formatSubjectDigest(subject)
|
||||||
|
expect(digest).toEqual('sha1:deadbeef')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
40
action.yml
40
action.yml
@@ -9,20 +9,26 @@ inputs:
|
|||||||
subject-path:
|
subject-path:
|
||||||
description: >
|
description: >
|
||||||
Path to the artifact serving as the subject of the attestation. Must
|
Path to the artifact serving as the subject of the attestation. Must
|
||||||
specify exactly one of "subject-path" or "subject-digest". May contain a
|
specify exactly one of "subject-path", "subject-digest", or
|
||||||
glob pattern or list of paths (total subject count cannot exceed 64).
|
"subject-checksums". May contain a glob pattern or list of paths (total
|
||||||
|
subject count cannot exceed 1024).
|
||||||
required: false
|
required: false
|
||||||
subject-digest:
|
subject-digest:
|
||||||
description: >
|
description: >
|
||||||
Digest of the subject for the attestation. Must be in the form
|
Digest of the subject for the attestation. Must be in the form
|
||||||
"algorithm:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
"algorithm:hex_digest" (e.g. "sha256:abc123..."). Must specify exactly one
|
||||||
of "subject-path" or "subject-digest".
|
of "subject-path", "subject-digest", or "subject-checksums".
|
||||||
required: false
|
required: false
|
||||||
subject-name:
|
subject-name:
|
||||||
description: >
|
description: >
|
||||||
Subject name as it should appear in the attestation. Required unless
|
Subject name as it should appear in the attestation. Required when
|
||||||
"subject-path" is specified, in which case it will be inferred from the
|
identifying the subject with the "subject-digest" input.
|
||||||
path.
|
required: false
|
||||||
|
subject-checksums:
|
||||||
|
description: >
|
||||||
|
Path to checksums file containing digest and name of subjects for
|
||||||
|
attestation. Must specify exactly one of "subject-path", "subject-digest",
|
||||||
|
or "subject-checksums".
|
||||||
required: false
|
required: false
|
||||||
predicate-type:
|
predicate-type:
|
||||||
description: >
|
description: >
|
||||||
@@ -30,13 +36,15 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
predicate:
|
predicate:
|
||||||
description: >
|
description: >
|
||||||
String containing the value for the attestation predicate. Must supply
|
String containing the value for the attestation predicate. String length
|
||||||
exactly one of "predicate-path" or "predicate".
|
cannot exceed 16MB. Must supply exactly one of "predicate-path" or
|
||||||
|
"predicate".
|
||||||
required: false
|
required: false
|
||||||
predicate-path:
|
predicate-path:
|
||||||
description: >
|
description: >
|
||||||
Path to the file which contains the content for the attestation predicate.
|
Path to the file which contains the content for the attestation predicate.
|
||||||
Must supply exactly one of "predicate-path" or "predicate".
|
File size cannot exceed 16MB. Must supply exactly one of "predicate-path"
|
||||||
|
or "predicate".
|
||||||
required: false
|
required: false
|
||||||
push-to-registry:
|
push-to-registry:
|
||||||
description: >
|
description: >
|
||||||
@@ -45,6 +53,12 @@ inputs:
|
|||||||
the "subject-digest" parameter be specified. Defaults to false.
|
the "subject-digest" parameter be specified. Defaults to false.
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
show-summary:
|
||||||
|
description: >
|
||||||
|
Whether to attach a list of generated attestations to the workflow run
|
||||||
|
summary page. Defaults to true.
|
||||||
|
default: true
|
||||||
|
required: false
|
||||||
github-token:
|
github-token:
|
||||||
description: >
|
description: >
|
||||||
The GitHub token used to make authenticated API requests.
|
The GitHub token used to make authenticated API requests.
|
||||||
@@ -52,8 +66,12 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
outputs:
|
outputs:
|
||||||
bundle-path:
|
bundle-path:
|
||||||
description: 'The path to the file containing the attestation bundle(s).'
|
description: 'The path to the file containing the attestation bundle.'
|
||||||
|
attestation-id:
|
||||||
|
description: 'The ID of the attestation.'
|
||||||
|
attestation-url:
|
||||||
|
description: 'The URL for the attestation summary.'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node24
|
||||||
main: ./dist/index.js
|
main: ./dist/index.js
|
||||||
|
|||||||
287
dist/606.index.js
generated
vendored
Normal file
287
dist/606.index.js
generated
vendored
Normal file
@@ -0,0 +1,287 @@
|
|||||||
|
"use strict";
|
||||||
|
exports.id = 606;
|
||||||
|
exports.ids = [606];
|
||||||
|
exports.modules = {
|
||||||
|
|
||||||
|
/***/ 606:
|
||||||
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||||
|
|
||||||
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||||
|
/* harmony export */ "default": () => (/* binding */ pMap)
|
||||||
|
/* harmony export */ });
|
||||||
|
/* unused harmony exports pMapIterable, pMapSkip */
|
||||||
|
async function pMap(
|
||||||
|
iterable,
|
||||||
|
mapper,
|
||||||
|
{
|
||||||
|
concurrency = Number.POSITIVE_INFINITY,
|
||||||
|
stopOnError = true,
|
||||||
|
signal,
|
||||||
|
} = {},
|
||||||
|
) {
|
||||||
|
return new Promise((resolve, reject_) => {
|
||||||
|
if (iterable[Symbol.iterator] === undefined && iterable[Symbol.asyncIterator] === undefined) {
|
||||||
|
throw new TypeError(`Expected \`input\` to be either an \`Iterable\` or \`AsyncIterable\`, got (${typeof iterable})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof mapper !== 'function') {
|
||||||
|
throw new TypeError('Mapper function is required');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!((Number.isSafeInteger(concurrency) && concurrency >= 1) || concurrency === Number.POSITIVE_INFINITY)) {
|
||||||
|
throw new TypeError(`Expected \`concurrency\` to be an integer from 1 and up or \`Infinity\`, got \`${concurrency}\` (${typeof concurrency})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
const result = [];
|
||||||
|
const errors = [];
|
||||||
|
const skippedIndexesMap = new Map();
|
||||||
|
let isRejected = false;
|
||||||
|
let isResolved = false;
|
||||||
|
let isIterableDone = false;
|
||||||
|
let resolvingCount = 0;
|
||||||
|
let currentIndex = 0;
|
||||||
|
const iterator = iterable[Symbol.iterator] === undefined ? iterable[Symbol.asyncIterator]() : iterable[Symbol.iterator]();
|
||||||
|
|
||||||
|
const reject = reason => {
|
||||||
|
isRejected = true;
|
||||||
|
isResolved = true;
|
||||||
|
reject_(reason);
|
||||||
|
};
|
||||||
|
|
||||||
|
if (signal) {
|
||||||
|
if (signal.aborted) {
|
||||||
|
reject(signal.reason);
|
||||||
|
}
|
||||||
|
|
||||||
|
signal.addEventListener('abort', () => {
|
||||||
|
reject(signal.reason);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
const next = async () => {
|
||||||
|
if (isResolved) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const nextItem = await iterator.next();
|
||||||
|
|
||||||
|
const index = currentIndex;
|
||||||
|
currentIndex++;
|
||||||
|
|
||||||
|
// Note: `iterator.next()` can be called many times in parallel.
|
||||||
|
// This can cause multiple calls to this `next()` function to
|
||||||
|
// receive a `nextItem` with `done === true`.
|
||||||
|
// The shutdown logic that rejects/resolves must be protected
|
||||||
|
// so it runs only one time as the `skippedIndex` logic is
|
||||||
|
// non-idempotent.
|
||||||
|
if (nextItem.done) {
|
||||||
|
isIterableDone = true;
|
||||||
|
|
||||||
|
if (resolvingCount === 0 && !isResolved) {
|
||||||
|
if (!stopOnError && errors.length > 0) {
|
||||||
|
reject(new AggregateError(errors)); // eslint-disable-line unicorn/error-message
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
isResolved = true;
|
||||||
|
|
||||||
|
if (skippedIndexesMap.size === 0) {
|
||||||
|
resolve(result);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const pureResult = [];
|
||||||
|
|
||||||
|
// Support multiple `pMapSkip`'s.
|
||||||
|
for (const [index, value] of result.entries()) {
|
||||||
|
if (skippedIndexesMap.get(index) === pMapSkip) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
pureResult.push(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
resolve(pureResult);
|
||||||
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
resolvingCount++;
|
||||||
|
|
||||||
|
// Intentionally detached
|
||||||
|
(async () => {
|
||||||
|
try {
|
||||||
|
const element = await nextItem.value;
|
||||||
|
|
||||||
|
if (isResolved) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const value = await mapper(element, index);
|
||||||
|
|
||||||
|
// Use Map to stage the index of the element.
|
||||||
|
if (value === pMapSkip) {
|
||||||
|
skippedIndexesMap.set(index, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
result[index] = value;
|
||||||
|
|
||||||
|
resolvingCount--;
|
||||||
|
await next();
|
||||||
|
} catch (error) {
|
||||||
|
if (stopOnError) {
|
||||||
|
reject(error);
|
||||||
|
} else {
|
||||||
|
errors.push(error);
|
||||||
|
resolvingCount--;
|
||||||
|
|
||||||
|
// In that case we can't really continue regardless of `stopOnError` state
|
||||||
|
// since an iterable is likely to continue throwing after it throws once.
|
||||||
|
// If we continue calling `next()` indefinitely we will likely end up
|
||||||
|
// in an infinite loop of failed iteration.
|
||||||
|
try {
|
||||||
|
await next();
|
||||||
|
} catch (error) {
|
||||||
|
reject(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
};
|
||||||
|
|
||||||
|
// Create the concurrent runners in a detached (non-awaited)
|
||||||
|
// promise. We need this so we can await the `next()` calls
|
||||||
|
// to stop creating runners before hitting the concurrency limit
|
||||||
|
// if the iterable has already been marked as done.
|
||||||
|
// NOTE: We *must* do this for async iterators otherwise we'll spin up
|
||||||
|
// infinite `next()` calls by default and never start the event loop.
|
||||||
|
(async () => {
|
||||||
|
for (let index = 0; index < concurrency; index++) {
|
||||||
|
try {
|
||||||
|
// eslint-disable-next-line no-await-in-loop
|
||||||
|
await next();
|
||||||
|
} catch (error) {
|
||||||
|
reject(error);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isIterableDone || isRejected) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function pMapIterable(
|
||||||
|
iterable,
|
||||||
|
mapper,
|
||||||
|
{
|
||||||
|
concurrency = Number.POSITIVE_INFINITY,
|
||||||
|
backpressure = concurrency,
|
||||||
|
} = {},
|
||||||
|
) {
|
||||||
|
if (iterable[Symbol.iterator] === undefined && iterable[Symbol.asyncIterator] === undefined) {
|
||||||
|
throw new TypeError(`Expected \`input\` to be either an \`Iterable\` or \`AsyncIterable\`, got (${typeof iterable})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof mapper !== 'function') {
|
||||||
|
throw new TypeError('Mapper function is required');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!((Number.isSafeInteger(concurrency) && concurrency >= 1) || concurrency === Number.POSITIVE_INFINITY)) {
|
||||||
|
throw new TypeError(`Expected \`concurrency\` to be an integer from 1 and up or \`Infinity\`, got \`${concurrency}\` (${typeof concurrency})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!((Number.isSafeInteger(backpressure) && backpressure >= concurrency) || backpressure === Number.POSITIVE_INFINITY)) {
|
||||||
|
throw new TypeError(`Expected \`backpressure\` to be an integer from \`concurrency\` (${concurrency}) and up or \`Infinity\`, got \`${backpressure}\` (${typeof backpressure})`);
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
|
async * [Symbol.asyncIterator]() {
|
||||||
|
const iterator = iterable[Symbol.asyncIterator] === undefined ? iterable[Symbol.iterator]() : iterable[Symbol.asyncIterator]();
|
||||||
|
|
||||||
|
const promises = [];
|
||||||
|
let runningMappersCount = 0;
|
||||||
|
let isDone = false;
|
||||||
|
let index = 0;
|
||||||
|
|
||||||
|
function trySpawn() {
|
||||||
|
if (isDone || !(runningMappersCount < concurrency && promises.length < backpressure)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const promise = (async () => {
|
||||||
|
const {done, value} = await iterator.next();
|
||||||
|
|
||||||
|
if (done) {
|
||||||
|
return {done: true};
|
||||||
|
}
|
||||||
|
|
||||||
|
runningMappersCount++;
|
||||||
|
|
||||||
|
// Spawn if still below concurrency and backpressure limit
|
||||||
|
trySpawn();
|
||||||
|
|
||||||
|
try {
|
||||||
|
const returnValue = await mapper(await value, index++);
|
||||||
|
|
||||||
|
runningMappersCount--;
|
||||||
|
|
||||||
|
if (returnValue === pMapSkip) {
|
||||||
|
const index = promises.indexOf(promise);
|
||||||
|
|
||||||
|
if (index > 0) {
|
||||||
|
promises.splice(index, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Spawn if still below backpressure limit and just dropped below concurrency limit
|
||||||
|
trySpawn();
|
||||||
|
|
||||||
|
return {done: false, value: returnValue};
|
||||||
|
} catch (error) {
|
||||||
|
isDone = true;
|
||||||
|
return {error};
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
|
||||||
|
promises.push(promise);
|
||||||
|
}
|
||||||
|
|
||||||
|
trySpawn();
|
||||||
|
|
||||||
|
while (promises.length > 0) {
|
||||||
|
const {error, done, value} = await promises[0]; // eslint-disable-line no-await-in-loop
|
||||||
|
|
||||||
|
promises.shift();
|
||||||
|
|
||||||
|
if (error) {
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (done) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Spawn if just dropped below backpressure limit and below the concurrency limit
|
||||||
|
trySpawn();
|
||||||
|
|
||||||
|
if (value === pMapSkip) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
yield value;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
const pMapSkip = Symbol('skip');
|
||||||
|
|
||||||
|
|
||||||
|
/***/ })
|
||||||
|
|
||||||
|
};
|
||||||
|
;
|
||||||
39884
dist/index.js
generated
vendored
39884
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
3283
dist/licenses.txt
generated
vendored
3283
dist/licenses.txt
generated
vendored
File diff suppressed because it is too large
Load Diff
94
eslint.config.mjs
Normal file
94
eslint.config.mjs
Normal file
@@ -0,0 +1,94 @@
|
|||||||
|
import eslint from '@eslint/js'
|
||||||
|
import importplugin from 'eslint-plugin-import'
|
||||||
|
import jestplugin from 'eslint-plugin-jest'
|
||||||
|
import path from 'node:path'
|
||||||
|
import tseslint from 'typescript-eslint'
|
||||||
|
|
||||||
|
export default tseslint.config(
|
||||||
|
// Ignore non-project files
|
||||||
|
{
|
||||||
|
name: 'ignore',
|
||||||
|
ignores: ['.github', 'dist', 'coverage', '**/*.json', 'jest.setup.js', 'eslint.config.mjs']
|
||||||
|
},
|
||||||
|
// Use recommended rules from ESLint, TypeScript, and other plugins
|
||||||
|
eslint.configs.recommended,
|
||||||
|
tseslint.configs.recommendedTypeChecked,
|
||||||
|
jestplugin.configs['flat/recommended'],
|
||||||
|
importplugin.flatConfigs.recommended,
|
||||||
|
importplugin.flatConfigs.typescript,
|
||||||
|
// Override some rules
|
||||||
|
{
|
||||||
|
name: 'project-settings',
|
||||||
|
languageOptions: {
|
||||||
|
ecmaVersion: 2023,
|
||||||
|
parserOptions: {
|
||||||
|
project: [ './tsconfig.lint.json' ]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
rules: {
|
||||||
|
// eslint rules
|
||||||
|
eqeqeq: ['error', 'smart'],
|
||||||
|
'func-style': ['error', 'declaration', { allowArrowFunctions: true }],
|
||||||
|
'no-console': 'off',
|
||||||
|
'no-implicit-globals': 'error',
|
||||||
|
'no-inner-declarations': 'error',
|
||||||
|
'no-invalid-this': 'error',
|
||||||
|
'no-return-assign': 'error',
|
||||||
|
'no-sequences': 'error',
|
||||||
|
'no-shadow': 'error',
|
||||||
|
'no-useless-concat': 'error',
|
||||||
|
'object-shorthand': ['error', 'always', { avoidQuotes: true }],
|
||||||
|
'one-var': ['error', 'never'],
|
||||||
|
'prefer-template': 'error',
|
||||||
|
|
||||||
|
// typescript-eslint rules
|
||||||
|
'@typescript-eslint/array-type': 'error',
|
||||||
|
'@typescript-eslint/consistent-type-assertions': 'error',
|
||||||
|
'@typescript-eslint/explicit-function-return-type': [
|
||||||
|
'error',
|
||||||
|
{ allowExpressions: true }
|
||||||
|
],
|
||||||
|
'@typescript-eslint/explicit-member-accessibility': [
|
||||||
|
'error',
|
||||||
|
{ accessibility: 'no-public' }
|
||||||
|
],
|
||||||
|
'@typescript-eslint/no-extraneous-class': 'error',
|
||||||
|
'@typescript-eslint/no-inferrable-types': 'error',
|
||||||
|
'@typescript-eslint/no-non-null-assertion': 'warn',
|
||||||
|
'@typescript-eslint/no-unnecessary-qualifier': 'error',
|
||||||
|
'@typescript-eslint/no-unsafe-argument': 'off',
|
||||||
|
'@typescript-eslint/no-unsafe-assignment': 'off',
|
||||||
|
'@typescript-eslint/no-useless-constructor': 'error',
|
||||||
|
'@typescript-eslint/prefer-for-of': 'warn',
|
||||||
|
'@typescript-eslint/prefer-function-type': 'warn',
|
||||||
|
'@typescript-eslint/prefer-includes': 'error',
|
||||||
|
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
||||||
|
'@typescript-eslint/promise-function-async': 'error',
|
||||||
|
'@typescript-eslint/require-array-sort-compare': 'error',
|
||||||
|
'@typescript-eslint/restrict-template-expressions': 'off',
|
||||||
|
|
||||||
|
// eslint-plugin-import rules
|
||||||
|
'import/extensions': 'error',
|
||||||
|
'import/first': 'error',
|
||||||
|
'import/no-absolute-path': 'error',
|
||||||
|
'import/no-commonjs': 'error',
|
||||||
|
'import/no-deprecated': 'warn',
|
||||||
|
'import/no-dynamic-require': 'error',
|
||||||
|
'import/no-extraneous-dependencies': 'error',
|
||||||
|
'import/no-mutable-exports': 'error',
|
||||||
|
'import/no-namespace': 'off',
|
||||||
|
'import/no-unresolved': ['error', { ignore: ['csv-parse/sync'] }],
|
||||||
|
'import/no-anonymous-default-export': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
allowAnonymousClass: false,
|
||||||
|
allowAnonymousFunction: false,
|
||||||
|
allowArray: true,
|
||||||
|
allowArrowFunction: false,
|
||||||
|
allowLiteral: true,
|
||||||
|
allowObject: true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
)
|
||||||
13237
package-lock.json
generated
13237
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
54
package.json
54
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "actions/attest",
|
"name": "actions/attest",
|
||||||
"description": "Generate signed attestations for workflow artifacts",
|
"description": "Generate signed attestations for workflow artifacts",
|
||||||
"version": "1.1.2",
|
"version": "3.0.0",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://github.com/actions/attest",
|
"homepage": "https://github.com/actions/attest",
|
||||||
@@ -20,15 +20,15 @@
|
|||||||
".": "./dist/index.js"
|
".": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=24"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundle": "npm run format:write && npm run package",
|
"bundle": "npm run format:write && npm run package",
|
||||||
"ci-test": "jest",
|
"ci-test": "jest",
|
||||||
"format:write": "prettier --write **/*.ts",
|
"format:write": "prettier --write **/*.ts",
|
||||||
"format:check": "prettier --check **/*.ts",
|
"format:check": "prettier --check **/*.ts",
|
||||||
"lint:eslint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
|
"lint:eslint": "npx eslint",
|
||||||
"lint:markdown": "npx markdownlint --config .github/linters/.markdown-lint.yml \"*.md\"",
|
"lint:markdown": "npx markdownlint --config .markdown-lint.yml \"*.md\"",
|
||||||
"lint": "npm run lint:eslint && npm run lint:markdown",
|
"lint": "npm run lint:eslint && npm run lint:markdown",
|
||||||
"package": "ncc build src/index.ts --license licenses.txt",
|
"package": "ncc build src/index.ts --license licenses.txt",
|
||||||
"package:watch": "npm run package -- --watch",
|
"package:watch": "npm run package -- --watch",
|
||||||
@@ -69,33 +69,31 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/attest": "^1.2.1",
|
"@actions/attest": "^1.6.0",
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/glob": "^0.4.0",
|
"@actions/github": "^6.0.1",
|
||||||
"@sigstore/oci": "^0.3.3",
|
"@actions/glob": "^0.5.0",
|
||||||
"csv-parse": "^5.5.5"
|
"@sigstore/oci": "^0.6.0",
|
||||||
|
"csv-parse": "^5.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sigstore/mock": "^0.7.3",
|
"@eslint/js": "^9.34.0",
|
||||||
"@types/jest": "^29.5.12",
|
"@sigstore/mock": "^0.11.0",
|
||||||
|
"@types/jest": "^30.0.0",
|
||||||
"@types/make-fetch-happen": "^10.0.4",
|
"@types/make-fetch-happen": "^10.0.4",
|
||||||
"@types/node": "^20.12.11",
|
"@types/node": "^24.3.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
"@vercel/ncc": "^0.38.3",
|
||||||
"@typescript-eslint/parser": "^7.9.0",
|
"eslint": "^9.34.0",
|
||||||
"@vercel/ncc": "^0.38.1",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint-plugin-jest": "^29.0.1",
|
||||||
"eslint-plugin-github": "^4.10.2",
|
"jest": "^30.0.5",
|
||||||
"eslint-plugin-jest": "^28.5.0",
|
|
||||||
"eslint-plugin-jsonc": "^2.15.1",
|
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
|
||||||
"jest": "^29.7.0",
|
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"markdownlint-cli": "^0.40.0",
|
"markdownlint-cli": "^0.45.0",
|
||||||
"nock": "^13.5.4",
|
"nock": "^13.5.6",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.6.2",
|
||||||
"prettier-eslint": "^16.3.0",
|
"ts-jest": "^29.4.1",
|
||||||
"ts-jest": "^29.1.2",
|
"typescript": "^5.9.2",
|
||||||
"typescript": "^5.4.5",
|
"typescript-eslint": "^8.41.0",
|
||||||
"undici": "^5.28.4"
|
"undici": "^5.29.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
54
src/attest.ts
Normal file
54
src/attest.ts
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
import { Attestation, Predicate, Subject, attest } from '@actions/attest'
|
||||||
|
import { attachArtifactToImage, getRegistryCredentials } from '@sigstore/oci'
|
||||||
|
import { formatSubjectDigest } from './subject'
|
||||||
|
|
||||||
|
const OCI_TIMEOUT = 30000
|
||||||
|
const OCI_RETRY = 3
|
||||||
|
|
||||||
|
export type SigstoreInstance = 'public-good' | 'github'
|
||||||
|
export type AttestResult = Attestation & {
|
||||||
|
attestationDigest?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export const createAttestation = async (
|
||||||
|
subjects: Subject[],
|
||||||
|
predicate: Predicate,
|
||||||
|
opts: {
|
||||||
|
sigstoreInstance: SigstoreInstance
|
||||||
|
pushToRegistry: boolean
|
||||||
|
githubToken: string
|
||||||
|
}
|
||||||
|
): Promise<AttestResult> => {
|
||||||
|
// Sign provenance w/ Sigstore
|
||||||
|
const attestation = await attest({
|
||||||
|
subjects,
|
||||||
|
predicateType: predicate.type,
|
||||||
|
predicate: predicate.params,
|
||||||
|
sigstore: opts.sigstoreInstance,
|
||||||
|
token: opts.githubToken
|
||||||
|
})
|
||||||
|
|
||||||
|
const result: AttestResult = attestation
|
||||||
|
|
||||||
|
if (subjects.length === 1 && opts.pushToRegistry) {
|
||||||
|
const subject = subjects[0]
|
||||||
|
const credentials = getRegistryCredentials(subject.name)
|
||||||
|
const artifact = await attachArtifactToImage({
|
||||||
|
credentials,
|
||||||
|
imageName: subject.name,
|
||||||
|
imageDigest: formatSubjectDigest(subject),
|
||||||
|
artifact: Buffer.from(JSON.stringify(attestation.bundle)),
|
||||||
|
mediaType: attestation.bundle.mediaType,
|
||||||
|
annotations: {
|
||||||
|
'dev.sigstore.bundle.content': 'dsse-envelope',
|
||||||
|
'dev.sigstore.bundle.predicateType': predicate.type
|
||||||
|
},
|
||||||
|
fetchOpts: { timeout: OCI_TIMEOUT, retry: OCI_RETRY }
|
||||||
|
})
|
||||||
|
|
||||||
|
// Add the attestation's digest to the result
|
||||||
|
result.attestationDigest = artifact.digest
|
||||||
|
}
|
||||||
|
|
||||||
|
return result
|
||||||
|
}
|
||||||
24
src/index.ts
24
src/index.ts
@@ -1,7 +1,25 @@
|
|||||||
/**
|
/**
|
||||||
* The entrypoint for the action.
|
* The entrypoint for the action.
|
||||||
*/
|
*/
|
||||||
import { run } from './main'
|
import * as core from '@actions/core'
|
||||||
|
import { run, RunInputs } from './main'
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
const inputs: RunInputs = {
|
||||||
run()
|
subjectPath: core.getInput('subject-path'),
|
||||||
|
subjectName: core.getInput('subject-name'),
|
||||||
|
subjectDigest: core.getInput('subject-digest'),
|
||||||
|
subjectChecksums: core.getInput('subject-checksums'),
|
||||||
|
predicateType: core.getInput('predicate-type'),
|
||||||
|
predicate: core.getInput('predicate'),
|
||||||
|
predicatePath: core.getInput('predicate-path'),
|
||||||
|
pushToRegistry: core.getBooleanInput('push-to-registry'),
|
||||||
|
showSummary: core.getBooleanInput('show-summary'),
|
||||||
|
githubToken: core.getInput('github-token'),
|
||||||
|
// undocumented -- not part of public interface
|
||||||
|
privateSigning: ['true', 'True', 'TRUE', '1'].includes(
|
||||||
|
core.getInput('private-signing')
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/* eslint-disable-next-line @typescript-eslint/no-floating-promises */
|
||||||
|
run(inputs)
|
||||||
|
|||||||
192
src/main.ts
192
src/main.ts
@@ -1,26 +1,30 @@
|
|||||||
import { Attestation, Predicate, Subject, attest } from '@actions/attest'
|
|
||||||
import * as core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
import * as github from '@actions/github'
|
import * as github from '@actions/github'
|
||||||
import { attachArtifactToImage, getRegistryCredentials } from '@sigstore/oci'
|
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import os from 'os'
|
import os from 'os'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
import { AttestResult, SigstoreInstance, createAttestation } from './attest'
|
||||||
import { SEARCH_PUBLIC_GOOD_URL } from './endpoints'
|
import { SEARCH_PUBLIC_GOOD_URL } from './endpoints'
|
||||||
import { predicateFromInputs } from './predicate'
|
import { PredicateInputs, predicateFromInputs } from './predicate'
|
||||||
import { subjectFromInputs } from './subject'
|
import * as style from './style'
|
||||||
|
import {
|
||||||
|
SubjectInputs,
|
||||||
|
formatSubjectDigest,
|
||||||
|
subjectFromInputs
|
||||||
|
} from './subject'
|
||||||
|
|
||||||
type SigstoreInstance = 'public-good' | 'github'
|
import type { Subject } from '@actions/attest'
|
||||||
type AttestedSubject = { subject: Subject; attestationID: string }
|
|
||||||
|
|
||||||
const COLOR_CYAN = '\x1B[36m'
|
const ATTESTATION_FILE_NAME = 'attestation.json'
|
||||||
const COLOR_GRAY = '\x1B[38;5;244m'
|
const ATTESTATION_PATHS_FILE_NAME = 'created_attestation_paths.txt'
|
||||||
const COLOR_DEFAULT = '\x1B[39m'
|
|
||||||
const ATTESTATION_FILE_NAME = 'attestation.jsonl'
|
|
||||||
|
|
||||||
const MAX_SUBJECT_COUNT = 64
|
export type RunInputs = SubjectInputs &
|
||||||
|
PredicateInputs & {
|
||||||
const OCI_TIMEOUT = 2000
|
pushToRegistry: boolean
|
||||||
const OCI_RETRY = 3
|
githubToken: string
|
||||||
|
showSummary: boolean
|
||||||
|
privateSigning: boolean
|
||||||
|
}
|
||||||
|
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
const logHandler = (level: string, ...args: unknown[]): void => {
|
const logHandler = (level: string, ...args: unknown[]): void => {
|
||||||
@@ -34,7 +38,7 @@ const logHandler = (level: string, ...args: unknown[]): void => {
|
|||||||
* The main function for the action.
|
* The main function for the action.
|
||||||
* @returns {Promise<void>} Resolves when the action is complete.
|
* @returns {Promise<void>} Resolves when the action is complete.
|
||||||
*/
|
*/
|
||||||
export async function run(): Promise<void> {
|
export async function run(inputs: RunInputs): Promise<void> {
|
||||||
process.on('log', logHandler)
|
process.on('log', logHandler)
|
||||||
|
|
||||||
// Provenance visibility will be public ONLY if we can confirm that the
|
// Provenance visibility will be public ONLY if we can confirm that the
|
||||||
@@ -42,61 +46,65 @@ export async function run(): Promise<void> {
|
|||||||
// Otherwise, it will be private.
|
// Otherwise, it will be private.
|
||||||
const sigstoreInstance: SigstoreInstance =
|
const sigstoreInstance: SigstoreInstance =
|
||||||
github.context.payload.repository?.visibility === 'public' &&
|
github.context.payload.repository?.visibility === 'public' &&
|
||||||
core.getInput('private-signing') !== 'true'
|
!inputs.privateSigning
|
||||||
? 'public-good'
|
? 'public-good'
|
||||||
: 'github'
|
: 'github'
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const atts: AttestedSubject[] = []
|
|
||||||
if (!process.env.ACTIONS_ID_TOKEN_REQUEST_URL) {
|
if (!process.env.ACTIONS_ID_TOKEN_REQUEST_URL) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.'
|
'missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gather list of subjets
|
const subjects = await subjectFromInputs({
|
||||||
const subjects = await subjectFromInputs()
|
...inputs,
|
||||||
if (subjects.length > MAX_SUBJECT_COUNT) {
|
downcaseName: inputs.pushToRegistry
|
||||||
throw new Error(
|
})
|
||||||
`Too many subjects specified. The maximum number of subjects is ${MAX_SUBJECT_COUNT}.`
|
const predicate = predicateFromInputs(inputs)
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
const predicate = predicateFromInputs()
|
|
||||||
const outputPath = path.join(tempDir(), ATTESTATION_FILE_NAME)
|
const outputPath = path.join(tempDir(), ATTESTATION_FILE_NAME)
|
||||||
|
core.setOutput('bundle-path', outputPath)
|
||||||
|
|
||||||
// Generate attestations for each subject serially
|
const att = await createAttestation(subjects, predicate, {
|
||||||
for (const subject of subjects) {
|
sigstoreInstance,
|
||||||
const att = await createAttestation(subject, predicate, sigstoreInstance)
|
pushToRegistry: inputs.pushToRegistry,
|
||||||
|
githubToken: inputs.githubToken
|
||||||
|
})
|
||||||
|
|
||||||
// Write attestation bundle to output file
|
logAttestation(subjects, att, sigstoreInstance)
|
||||||
fs.writeFileSync(outputPath, JSON.stringify(att.bundle) + os.EOL, {
|
|
||||||
|
// Write attestation bundle to output file
|
||||||
|
fs.writeFileSync(outputPath, JSON.stringify(att.bundle) + os.EOL, {
|
||||||
|
encoding: 'utf-8',
|
||||||
|
flag: 'a'
|
||||||
|
})
|
||||||
|
|
||||||
|
const baseDir = process.env.RUNNER_TEMP
|
||||||
|
/* istanbul ignore else */
|
||||||
|
if (baseDir) {
|
||||||
|
const outputSummaryPath = path.join(baseDir, ATTESTATION_PATHS_FILE_NAME)
|
||||||
|
// Append the output path to the attestations paths file
|
||||||
|
fs.appendFileSync(outputSummaryPath, outputPath + os.EOL, {
|
||||||
encoding: 'utf-8',
|
encoding: 'utf-8',
|
||||||
flag: 'a'
|
flag: 'a'
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
if (att.attestationID) {
|
core.warning(
|
||||||
atts.push({ subject, attestationID: att.attestationID })
|
'RUNNER_TEMP environment variable is not set. Cannot write attestation paths file.'
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (atts.length > 0) {
|
|
||||||
core.summary.addHeading(
|
|
||||||
/* istanbul ignore next */
|
|
||||||
atts.length > 1 ? 'Attestations Created' : 'Attestation Created',
|
|
||||||
3
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for (const { subject, attestationID } of atts) {
|
|
||||||
core.summary.addLink(
|
|
||||||
`${subject.name}@${subjectDigest(subject)}`,
|
|
||||||
attestationURL(attestationID)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
core.summary.write()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
core.setOutput('bundle-path', outputPath)
|
/* istanbul ignore else */
|
||||||
|
if (att.attestationID) {
|
||||||
|
core.setOutput('attestation-id', att.attestationID)
|
||||||
|
core.setOutput('attestation-url', attestationURL(att.attestationID))
|
||||||
|
}
|
||||||
|
|
||||||
|
/* istanbul ignore else */
|
||||||
|
if (inputs.showSummary) {
|
||||||
|
await logSummary(att)
|
||||||
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// Fail the workflow run if an error occurs
|
// Fail the workflow run if an error occurs
|
||||||
core.setFailed(
|
core.setFailed(
|
||||||
@@ -108,7 +116,9 @@ export async function run(): Promise<void> {
|
|||||||
if (err instanceof Error && 'cause' in err) {
|
if (err instanceof Error && 'cause' in err) {
|
||||||
const innerErr = err.cause
|
const innerErr = err.cause
|
||||||
core.info(
|
core.info(
|
||||||
mute(innerErr instanceof Error ? innerErr.toString() : `${innerErr}`)
|
style.mute(
|
||||||
|
innerErr instanceof Error ? innerErr.toString() : `${innerErr}`
|
||||||
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
@@ -116,27 +126,24 @@ export async function run(): Promise<void> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const createAttestation = async (
|
// Log details about the attestation to the GitHub Actions run
|
||||||
subject: Subject,
|
const logAttestation = (
|
||||||
predicate: Predicate,
|
subjects: Subject[],
|
||||||
|
attestation: AttestResult,
|
||||||
sigstoreInstance: SigstoreInstance
|
sigstoreInstance: SigstoreInstance
|
||||||
): Promise<Attestation> => {
|
): void => {
|
||||||
// Sign provenance w/ Sigstore
|
if (subjects.length === 1) {
|
||||||
const attestation = await attest({
|
core.info(
|
||||||
subjectName: subject.name,
|
`Attestation created for ${subjects[0].name}@${formatSubjectDigest(subjects[0])}`
|
||||||
subjectDigest: subject.digest,
|
)
|
||||||
predicateType: predicate.type,
|
} else {
|
||||||
predicate: predicate.params,
|
core.info(`Attestation created for ${subjects.length} subjects`)
|
||||||
sigstore: sigstoreInstance,
|
}
|
||||||
token: core.getInput('github-token')
|
|
||||||
})
|
|
||||||
|
|
||||||
core.info(`Attestation created for ${subject.name}@${subjectDigest(subject)}`)
|
|
||||||
|
|
||||||
const instanceName =
|
const instanceName =
|
||||||
sigstoreInstance === 'public-good' ? 'Public Good' : 'GitHub'
|
sigstoreInstance === 'public-good' ? 'Public Good' : 'GitHub'
|
||||||
core.startGroup(
|
core.startGroup(
|
||||||
highlight(
|
style.highlight(
|
||||||
`Attestation signed using certificate from ${instanceName} Sigstore instance`
|
`Attestation signed using certificate from ${instanceName} Sigstore instance`
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@@ -145,43 +152,37 @@ const createAttestation = async (
|
|||||||
|
|
||||||
if (attestation.tlogID) {
|
if (attestation.tlogID) {
|
||||||
core.info(
|
core.info(
|
||||||
highlight('Attestation signature uploaded to Rekor transparency log')
|
style.highlight(
|
||||||
|
'Attestation signature uploaded to Rekor transparency log'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
core.info(`${SEARCH_PUBLIC_GOOD_URL}?logIndex=${attestation.tlogID}`)
|
core.info(`${SEARCH_PUBLIC_GOOD_URL}?logIndex=${attestation.tlogID}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* istanbul ignore else */
|
||||||
if (attestation.attestationID) {
|
if (attestation.attestationID) {
|
||||||
core.info(highlight('Attestation uploaded to repository'))
|
core.info(style.highlight('Attestation uploaded to repository'))
|
||||||
core.info(attestationURL(attestation.attestationID))
|
core.info(attestationURL(attestation.attestationID))
|
||||||
}
|
}
|
||||||
|
|
||||||
if (core.getBooleanInput('push-to-registry', { required: false })) {
|
if (attestation.attestationDigest) {
|
||||||
const credentials = getRegistryCredentials(subject.name)
|
core.info(style.highlight('Attestation uploaded to registry'))
|
||||||
const artifact = await attachArtifactToImage({
|
core.info(`${subjects[0].name}@${attestation.attestationDigest}`)
|
||||||
credentials,
|
|
||||||
imageName: subject.name,
|
|
||||||
imageDigest: subjectDigest(subject),
|
|
||||||
artifact: Buffer.from(JSON.stringify(attestation.bundle)),
|
|
||||||
mediaType: attestation.bundle.mediaType,
|
|
||||||
annotations: {
|
|
||||||
'dev.sigstore.bundle.content': 'dsse-envelope',
|
|
||||||
'dev.sigstore.bundle.predicateType': core.getInput('predicate-type')
|
|
||||||
},
|
|
||||||
fetchOpts: { timeout: OCI_TIMEOUT, retry: OCI_RETRY }
|
|
||||||
})
|
|
||||||
core.info(highlight('Attestation uploaded to registry'))
|
|
||||||
core.info(`${subject.name}@${artifact.digest}`)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return attestation
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Emphasis string using ANSI color codes
|
// Attach summary information to the GitHub Actions run
|
||||||
const highlight = (str: string): string => `${COLOR_CYAN}${str}${COLOR_DEFAULT}`
|
const logSummary = async (attestation: AttestResult): Promise<void> => {
|
||||||
|
const { attestationID } = attestation
|
||||||
|
|
||||||
// De-emphasize string using ANSI color codes
|
/* istanbul ignore else */
|
||||||
/* istanbul ignore next */
|
if (attestationID) {
|
||||||
const mute = (str: string): string => `${COLOR_GRAY}${str}${COLOR_DEFAULT}`
|
const url = attestationURL(attestationID)
|
||||||
|
core.summary.addHeading('Attestation Created', 3)
|
||||||
|
core.summary.addList([`<a href="${url}">${url}</a>`])
|
||||||
|
await core.summary.write()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const tempDir = (): string => {
|
const tempDir = (): string => {
|
||||||
const basePath = process.env['RUNNER_TEMP']
|
const basePath = process.env['RUNNER_TEMP']
|
||||||
@@ -194,12 +195,5 @@ const tempDir = (): string => {
|
|||||||
return fs.mkdtempSync(path.join(basePath, path.sep))
|
return fs.mkdtempSync(path.join(basePath, path.sep))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the subject's digest as a formatted string of the form
|
|
||||||
// "<algorithm>:<digest>".
|
|
||||||
const subjectDigest = (subject: Subject): string => {
|
|
||||||
const alg = Object.keys(subject.digest).sort()[0]
|
|
||||||
return `${alg}:${subject.digest[alg]}`
|
|
||||||
}
|
|
||||||
|
|
||||||
const attestationURL = (id: string): string =>
|
const attestationURL = (id: string): string =>
|
||||||
`${github.context.serverUrl}/${github.context.repo.owner}/${github.context.repo.repo}/attestations/${id}`
|
`${github.context.serverUrl}/${github.context.repo.owner}/${github.context.repo.repo}/attestations/${id}`
|
||||||
|
|||||||
@@ -1,26 +1,56 @@
|
|||||||
import * as core from '@actions/core'
|
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
|
|
||||||
import type { Predicate } from '@actions/attest'
|
import type { Predicate } from '@actions/attest'
|
||||||
|
|
||||||
|
export type PredicateInputs = {
|
||||||
|
predicateType: string
|
||||||
|
predicate: string
|
||||||
|
predicatePath: string
|
||||||
|
}
|
||||||
|
|
||||||
|
const MAX_PREDICATE_SIZE_BYTES = 16 * 1024 * 1024
|
||||||
|
|
||||||
// Returns the predicate specified by the action's inputs. The predicate value
|
// Returns the predicate specified by the action's inputs. The predicate value
|
||||||
// may be specified as a path to a file or as a string.
|
// may be specified as a path to a file or as a string.
|
||||||
export const predicateFromInputs = (): Predicate => {
|
export const predicateFromInputs = (inputs: PredicateInputs): Predicate => {
|
||||||
const predicateType = core.getInput('predicate-type', { required: true })
|
const { predicateType, predicate, predicatePath } = inputs
|
||||||
const predicateStr = core.getInput('predicate', { required: false })
|
|
||||||
const predicatePath = core.getInput('predicate-path', { required: false })
|
|
||||||
|
|
||||||
if (!predicatePath && !predicateStr) {
|
if (!predicateType) {
|
||||||
|
throw new Error('predicate-type must be provided')
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!predicatePath && !predicate) {
|
||||||
throw new Error('One of predicate-path or predicate must be provided')
|
throw new Error('One of predicate-path or predicate must be provided')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (predicatePath && predicateStr) {
|
if (predicatePath && predicate) {
|
||||||
throw new Error('Only one of predicate-path or predicate may be provided')
|
throw new Error('Only one of predicate-path or predicate may be provided')
|
||||||
}
|
}
|
||||||
|
|
||||||
const params = predicatePath
|
let params: string = predicate
|
||||||
? fs.readFileSync(predicatePath, 'utf-8')
|
|
||||||
: predicateStr
|
if (predicatePath) {
|
||||||
|
if (!fs.existsSync(predicatePath)) {
|
||||||
|
throw new Error(`predicate file not found: ${predicatePath}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
/* istanbul ignore next */
|
||||||
|
if (fs.statSync(predicatePath).size > MAX_PREDICATE_SIZE_BYTES) {
|
||||||
|
throw new Error(
|
||||||
|
`predicate file exceeds maximum allowed size: ${MAX_PREDICATE_SIZE_BYTES} bytes`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
params = fs.readFileSync(predicatePath, 'utf-8')
|
||||||
|
} else {
|
||||||
|
if (predicate.length > MAX_PREDICATE_SIZE_BYTES) {
|
||||||
|
throw new Error(
|
||||||
|
`predicate string exceeds maximum allowed size: ${MAX_PREDICATE_SIZE_BYTES} bytes`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
params = predicate
|
||||||
|
}
|
||||||
|
|
||||||
return { type: predicateType, params: JSON.parse(params) }
|
return { type: predicateType, params: JSON.parse(params) }
|
||||||
}
|
}
|
||||||
|
|||||||
11
src/style.ts
Normal file
11
src/style.ts
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
const COLOR_CYAN = '\x1B[36m'
|
||||||
|
const COLOR_GRAY = '\x1B[38;5;244m'
|
||||||
|
const COLOR_DEFAULT = '\x1B[39m'
|
||||||
|
|
||||||
|
// Emphasis string using ANSI color codes
|
||||||
|
export const highlight = (str: string): string =>
|
||||||
|
`${COLOR_CYAN}${str}${COLOR_DEFAULT}`
|
||||||
|
|
||||||
|
// De-emphasize string using ANSI color codes
|
||||||
|
export const mute = (str: string): string =>
|
||||||
|
`${COLOR_GRAY}${str}${COLOR_DEFAULT}`
|
||||||
182
src/subject.ts
182
src/subject.ts
@@ -1,33 +1,52 @@
|
|||||||
import * as core from '@actions/core'
|
|
||||||
import * as glob from '@actions/glob'
|
import * as glob from '@actions/glob'
|
||||||
|
import assert from 'assert'
|
||||||
import crypto from 'crypto'
|
import crypto from 'crypto'
|
||||||
import { parse } from 'csv-parse/sync'
|
import { parse } from 'csv-parse/sync'
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
|
import os from 'os'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
|
||||||
import type { Subject } from '@actions/attest'
|
import type { Subject } from '@actions/attest'
|
||||||
|
|
||||||
|
const MAX_SUBJECT_COUNT = 1024
|
||||||
|
const MAX_SUBJECT_CHECKSUM_SIZE_BYTES = 512 * MAX_SUBJECT_COUNT
|
||||||
const DIGEST_ALGORITHM = 'sha256'
|
const DIGEST_ALGORITHM = 'sha256'
|
||||||
|
const HEX_STRING_RE = /^[0-9a-fA-F]+$/
|
||||||
|
|
||||||
|
export type SubjectInputs = {
|
||||||
|
subjectPath: string
|
||||||
|
subjectName: string
|
||||||
|
subjectDigest: string
|
||||||
|
subjectChecksums: string
|
||||||
|
downcaseName?: boolean
|
||||||
|
}
|
||||||
// Returns the subject specified by the action's inputs. The subject may be
|
// Returns the subject specified by the action's inputs. The subject may be
|
||||||
// specified as a path to a file or as a digest. If a path is provided, the
|
// specified as a path to a file or as a digest. If a path is provided, the
|
||||||
// file's digest is calculated and returned along with the subject's name. If a
|
// file's digest is calculated and returned along with the subject's name. If a
|
||||||
// digest is provided, the name must also be provided.
|
// digest is provided, the name must also be provided.
|
||||||
export const subjectFromInputs = async (): Promise<Subject[]> => {
|
export const subjectFromInputs = async (
|
||||||
const subjectPath = core.getInput('subject-path', { required: false })
|
inputs: SubjectInputs
|
||||||
const subjectDigest = core.getInput('subject-digest', { required: false })
|
): Promise<Subject[]> => {
|
||||||
const subjectName = core.getInput('subject-name', { required: false })
|
const {
|
||||||
const pushToRegistry = core.getBooleanInput('push-to-registry', {
|
subjectPath,
|
||||||
required: false
|
subjectDigest,
|
||||||
})
|
subjectName,
|
||||||
|
subjectChecksums,
|
||||||
|
downcaseName
|
||||||
|
} = inputs
|
||||||
|
|
||||||
if (!subjectPath && !subjectDigest) {
|
const enabledInputs = [subjectPath, subjectDigest, subjectChecksums].filter(
|
||||||
throw new Error('One of subject-path or subject-digest must be provided')
|
Boolean
|
||||||
|
)
|
||||||
|
if (enabledInputs.length === 0) {
|
||||||
|
throw new Error(
|
||||||
|
'One of subject-path, subject-digest, or subject-checksums must be provided'
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subjectPath && subjectDigest) {
|
if (enabledInputs.length > 1) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'Only one of subject-path or subject-digest may be provided'
|
'Only one of subject-path, subject-digest, or subject-checksums may be provided'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -37,49 +56,71 @@ export const subjectFromInputs = async (): Promise<Subject[]> => {
|
|||||||
|
|
||||||
// If push-to-registry is enabled, ensure the subject name is lowercase
|
// If push-to-registry is enabled, ensure the subject name is lowercase
|
||||||
// to conform to OCI image naming conventions
|
// to conform to OCI image naming conventions
|
||||||
const name = pushToRegistry ? subjectName.toLowerCase() : subjectName
|
const name = downcaseName ? subjectName.toLowerCase() : subjectName
|
||||||
|
|
||||||
if (subjectPath) {
|
switch (true) {
|
||||||
return await getSubjectFromPath(subjectPath, name)
|
case !!subjectPath:
|
||||||
} else {
|
return getSubjectFromPath(subjectPath, name)
|
||||||
return [getSubjectFromDigest(subjectDigest, name)]
|
case !!subjectDigest:
|
||||||
|
return [getSubjectFromDigest(subjectDigest, name)]
|
||||||
|
case !!subjectChecksums:
|
||||||
|
return getSubjectFromChecksums(subjectChecksums)
|
||||||
|
/* istanbul ignore next */
|
||||||
|
default:
|
||||||
|
// This should be unreachable, but TS requires a default case
|
||||||
|
assert.fail('unreachable')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Returns the subject's digest as a formatted string of the form
|
||||||
|
// "<algorithm>:<digest>".
|
||||||
|
export const formatSubjectDigest = (subject: Subject): string => {
|
||||||
|
const alg = Object.keys(subject.digest).sort()[0]
|
||||||
|
return `${alg}:${subject.digest[alg]}`
|
||||||
|
}
|
||||||
|
|
||||||
// Returns the subject specified by the path to a file. The file's digest is
|
// Returns the subject specified by the path to a file. The file's digest is
|
||||||
// calculated and returned along with the subject's name.
|
// calculated and returned along with the subject's name.
|
||||||
const getSubjectFromPath = async (
|
const getSubjectFromPath = async (
|
||||||
subjectPath: string,
|
subjectPath: string,
|
||||||
subjectName?: string
|
subjectName?: string
|
||||||
): Promise<Subject[]> => {
|
): Promise<Subject[]> => {
|
||||||
const subjects: Subject[] = []
|
const digestedSubjects: Subject[] = []
|
||||||
|
|
||||||
// Parse the list of subject paths
|
// Parse the list of subject paths
|
||||||
const subjectPaths = parseList(subjectPath)
|
const subjectPaths = parseSubjectPathList(subjectPath).join('\n')
|
||||||
|
|
||||||
for (const subPath of subjectPaths) {
|
// Expand the globbed paths to a list of actual paths
|
||||||
// Expand the globbed path to a list of files
|
const paths = await glob.create(subjectPaths).then(async g => g.glob())
|
||||||
/* eslint-disable-next-line github/no-then */
|
|
||||||
const files = await glob.create(subPath).then(async g => g.glob())
|
|
||||||
|
|
||||||
for (const file of files) {
|
// Filter path list to just the files (not directories)
|
||||||
// Skip anything that is NOT a file
|
const files = paths.filter(p => fs.statSync(p).isFile())
|
||||||
if (!fs.statSync(file).isFile()) {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
const name = subjectName || path.parse(file).base
|
if (files.length > MAX_SUBJECT_COUNT) {
|
||||||
const digest = await digestFile(DIGEST_ALGORITHM, file)
|
throw new Error(
|
||||||
|
`Too many subjects specified. The maximum number of subjects is ${MAX_SUBJECT_COUNT}.`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
subjects.push({ name, digest: { [DIGEST_ALGORITHM]: digest } })
|
for (const file of files) {
|
||||||
|
const name = subjectName || path.parse(file).base
|
||||||
|
const digest = await digestFile(DIGEST_ALGORITHM, file)
|
||||||
|
|
||||||
|
// Only add the subject if it is not already in the list
|
||||||
|
if (
|
||||||
|
!digestedSubjects.some(
|
||||||
|
s => s.name === name && s.digest[DIGEST_ALGORITHM] === digest
|
||||||
|
)
|
||||||
|
) {
|
||||||
|
digestedSubjects.push({ name, digest: { [DIGEST_ALGORITHM]: digest } })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subjects.length === 0) {
|
if (digestedSubjects.length === 0) {
|
||||||
throw new Error(`Could not find subject at path ${subjectPath}`)
|
throw new Error(`Could not find subject at path ${subjectPath}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.all(subjects)
|
return digestedSubjects
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the subject specified by the digest of a file. The digest is returned
|
// Returns the subject specified by the digest of a file. The digest is returned
|
||||||
@@ -101,6 +142,68 @@ const getSubjectFromDigest = (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const getSubjectFromChecksums = (subjectChecksums: string): Subject[] => {
|
||||||
|
if (fs.existsSync(subjectChecksums)) {
|
||||||
|
return getSubjectFromChecksumsFile(subjectChecksums)
|
||||||
|
} else {
|
||||||
|
return getSubjectFromChecksumsString(subjectChecksums)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const getSubjectFromChecksumsFile = (checksumsPath: string): Subject[] => {
|
||||||
|
const stats = fs.statSync(checksumsPath)
|
||||||
|
if (!stats.isFile()) {
|
||||||
|
throw new Error(`subject checksums file not found: ${checksumsPath}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
/* istanbul ignore next */
|
||||||
|
if (stats.size > MAX_SUBJECT_CHECKSUM_SIZE_BYTES) {
|
||||||
|
throw new Error(
|
||||||
|
`subject checksums file exceeds maximum allowed size: ${MAX_SUBJECT_CHECKSUM_SIZE_BYTES} bytes`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const checksums = fs.readFileSync(checksumsPath, 'utf-8')
|
||||||
|
return getSubjectFromChecksumsString(checksums)
|
||||||
|
}
|
||||||
|
|
||||||
|
const getSubjectFromChecksumsString = (checksums: string): Subject[] => {
|
||||||
|
const subjects: Subject[] = []
|
||||||
|
|
||||||
|
const records: string[] = checksums.split(os.EOL).filter(Boolean)
|
||||||
|
|
||||||
|
for (const record of records) {
|
||||||
|
// Find the space delimiter following the digest
|
||||||
|
const delimIndex = record.indexOf(' ')
|
||||||
|
|
||||||
|
// Skip any line that doesn't have a delimiter
|
||||||
|
if (delimIndex === -1) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
// It's common for checksum records to have a leading flag character before
|
||||||
|
// the artifact name. It will be either a '*' or a space.
|
||||||
|
const flag_and_name = record.slice(delimIndex + 1)
|
||||||
|
const name =
|
||||||
|
flag_and_name.startsWith('*') || flag_and_name.startsWith(' ')
|
||||||
|
? flag_and_name.slice(1)
|
||||||
|
: flag_and_name
|
||||||
|
|
||||||
|
const digest = record.slice(0, delimIndex)
|
||||||
|
|
||||||
|
if (!HEX_STRING_RE.test(digest)) {
|
||||||
|
throw new Error(`Invalid digest: ${digest}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
subjects.push({
|
||||||
|
name,
|
||||||
|
digest: { [digestAlgorithm(digest)]: digest }
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
return subjects
|
||||||
|
}
|
||||||
|
|
||||||
// Calculates the digest of a file using the specified algorithm. The file is
|
// Calculates the digest of a file using the specified algorithm. The file is
|
||||||
// streamed into the digest function to avoid loading the entire file into
|
// streamed into the digest function to avoid loading the entire file into
|
||||||
// memory. The returned digest is a hex string.
|
// memory. The returned digest is a hex string.
|
||||||
@@ -117,7 +220,7 @@ const digestFile = async (
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const parseList = (input: string): string[] => {
|
const parseSubjectPathList = (input: string): string[] => {
|
||||||
const res: string[] = []
|
const res: string[] = []
|
||||||
|
|
||||||
const records: string[][] = parse(input, {
|
const records: string[][] = parse(input, {
|
||||||
@@ -133,3 +236,14 @@ const parseList = (input: string): string[] => {
|
|||||||
|
|
||||||
return res.filter(item => item).map(pat => pat.trim())
|
return res.filter(item => item).map(pat => pat.trim())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const digestAlgorithm = (digest: string): string => {
|
||||||
|
switch (digest.length) {
|
||||||
|
case 64:
|
||||||
|
return 'sha256'
|
||||||
|
case 128:
|
||||||
|
return 'sha512'
|
||||||
|
default:
|
||||||
|
throw new Error(`Unknown digest algorithm: ${digest}`)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"module": "NodeNext",
|
"module": "NodeNext",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"moduleResolution": "NodeNext",
|
"moduleResolution": "NodeNext",
|
||||||
|
"isolatedModules": true,
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
|
|||||||
9
tsconfig.lint.json
Normal file
9
tsconfig.lint.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"noEmit": true
|
||||||
|
},
|
||||||
|
"include": ["./__tests__/**/*", "./src/**/*"],
|
||||||
|
"exclude": ["./dist", "./node_modules", "./coverage", "*.json"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user