We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9b19d commit 516f096Copy full SHA for 516f096
.github/workflows/build.yml
@@ -89,4 +89,4 @@ jobs:
89
file: ${{ steps.attest.outputs.bundle-path }}
90
tag: ${{ github.event.inputs.tag || github.ref }}
91
overwrite: false
92
- file_glob: true
+ asset_name: attestations.intoto.jsonl
.pre-commit-config.yaml
@@ -41,6 +41,9 @@ repos:
41
rev: v2.2.6
42
hooks:
43
- id: codespell
44
+ # TODO: Use inline ignores, e.g. # codespell:ignore intoto
45
+ # https://github.com/codespell-project/codespell/issues/3387
46
+ args: [-L, intoto]
47
additional_dependencies:
48
- tomli
49
0 commit comments