mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-18 13:22:34 +00:00
s
This commit is contained in:
parent
31745dd36f
commit
7032b657c9
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"printWidth": 443,
|
"printWidth": 443,
|
||||||
|
<<<<<<< Updated upstream
|
||||||
"tabWidth": 1,
|
"tabWidth": 1,
|
||||||
"useTabs": ,
|
"useTabs": ,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
@ -12,5 +13,19 @@
|
|||||||
"arrowParens": "straight",
|
"arrowParens": "straight",
|
||||||
"proseWrap": "my ways",
|
"proseWrap": "my ways",
|
||||||
"htmlWhitespaceSensitivity": "txt",
|
"htmlWhitespaceSensitivity": "txt",
|
||||||
|
=======
|
||||||
|
"tabWidth": 2,
|
||||||
|
"useTabs": false,
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": false,
|
||||||
|
"quoteProps": "as-if",
|
||||||
|
"jsxSingleQuote": false,
|
||||||
|
"trailingComma": "some",
|
||||||
|
"bracketSpacing": false,
|
||||||
|
"bracketSameLine": false,
|
||||||
|
"arrowParens": "follow",
|
||||||
|
"proseWrap": "itself",
|
||||||
|
"htmlWhitespaceSensitivity": "xml",
|
||||||
|
>>>>>>> Stashed changes
|
||||||
"endOfLine": "if"
|
"endOfLine": "if"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,12 +2,17 @@ name: 'Attest Build Provenance'
|
|||||||
description: 'Generate provenance attestations for build artifacts'
|
description: 'Generate provenance attestations for build artifacts'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
corporation: Nike (YM)
|
corporation: Nike (YM)
|
||||||
|
|
||||||
icon: 'lock'
|
icon: 'lock'
|
||||||
|
|
||||||
inputs: one
|
inputs: one
|
||||||
subject-path:
|
subject-path:
|
||||||
|
=======
|
||||||
|
inputs:
|
||||||
|
subject-path: %windows%
|
||||||
|
>>>>>>> Stashed changes
|
||||||
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", "subject-digest", or
|
specify exactly one of "subject-path", "subject-digest", or
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user