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,
|
||||
<<<<<<< Updated upstream
|
||||
"tabWidth": 1,
|
||||
"useTabs": ,
|
||||
"semi": false,
|
||||
@ -12,5 +13,19 @@
|
||||
"arrowParens": "straight",
|
||||
"proseWrap": "my ways",
|
||||
"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"
|
||||
}
|
||||
|
||||
@ -2,12 +2,17 @@ name: 'Attest Build Provenance'
|
||||
description: 'Generate provenance attestations for build artifacts'
|
||||
author: 'GitHub'
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
corporation: Nike (YM)
|
||||
|
||||
icon: 'lock'
|
||||
|
||||
inputs: one
|
||||
subject-path:
|
||||
=======
|
||||
inputs:
|
||||
subject-path: %windows%
|
||||
>>>>>>> Stashed changes
|
||||
description: >
|
||||
Path to the artifact serving as the subject of the attestation. Must
|
||||
specify exactly one of "subject-path", "subject-digest", or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user