Skip to content

Commit 0b60efc

Browse files
committed
README: Prepare for v0.0.2
1 parent 4d9c525 commit 0b60efc

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- name: install
2929
run: python -m pip install .
30-
- uses: trailofbits/[email protected].1
30+
- uses: trailofbits/[email protected].2
3131
with:
3232
inputs: file.txt
3333
```
@@ -45,15 +45,15 @@ provided.
4545
To sign one or more files:
4646

4747
```yaml
48-
- uses: trailofbits/[email protected].1
48+
- uses: trailofbits/[email protected].2
4949
with:
5050
inputs: file0.txt file1.txt file2.txt
5151
```
5252

5353
The `inputs` argument also supports file globbing:
5454

5555
```yaml
56-
- uses: trailofbits/[email protected].1
56+
- uses: trailofbits/[email protected].2
5757
with:
5858
inputs: ./path/to/inputs/*.txt
5959
```
@@ -68,7 +68,7 @@ Server during OAuth2.
6868
Example:
6969

7070
```yaml
71-
- uses: trailofbits/[email protected].1
71+
- uses: trailofbits/[email protected].2
7272
with:
7373
inputs: file.txt
7474
oidc-client-id: alternative-sigstore-id
@@ -84,7 +84,7 @@ Connect Server during OAuth2.
8484
Example:
8585

8686
```yaml
87-
- uses: trailofbits/[email protected].1
87+
- uses: trailofbits/[email protected].2
8888
with:
8989
inputs: file.txt
9090
oidc-client-secret: alternative-sigstore-secret
@@ -100,7 +100,7 @@ The `no-default-files` setting controls whether the default output files (`{inpu
100100
Example:
101101

102102
```yaml
103-
- uses: trailofbits/[email protected].1
103+
- uses: trailofbits/[email protected].2
104104
with:
105105
inputs: file.txt
106106
no-default-files: true
@@ -116,7 +116,7 @@ not work when signing multiple input files.
116116
Example:
117117

118118
```yaml
119-
- uses: trailofbits/[email protected].1
119+
- uses: trailofbits/[email protected].2
120120
with:
121121
inputs: file.txt
122122
output-signature: custom-signature-filename.sig
@@ -125,7 +125,7 @@ Example:
125125
However, this example is invalid:
126126

127127
```yaml
128-
- uses: trailofbits/[email protected].1
128+
- uses: trailofbits/[email protected].2
129129
with:
130130
inputs: file0.txt file1.txt file2.txt
131131
output-signature: custom-signature-filename.sig
@@ -141,7 +141,7 @@ not work when signing multiple input files.
141141
Example:
142142

143143
```yaml
144-
- uses: trailofbits/[email protected].1
144+
- uses: trailofbits/[email protected].2
145145
with:
146146
inputs: file.txt
147147
output-certificate: custom-certificate-filename.crt
@@ -150,7 +150,7 @@ Example:
150150
However, this example is invalid:
151151

152152
```yaml
153-
- uses: trailofbits/[email protected].1
153+
- uses: trailofbits/[email protected].2
154154
with:
155155
inputs: file0.txt file1.txt file2.txt
156156
output-certificate: custom-certificate-filename.crt
@@ -166,7 +166,7 @@ overwritten.
166166
Example:
167167

168168
```yaml
169-
- uses: trailofbits/[email protected].1
169+
- uses: trailofbits/[email protected].2
170170
with:
171171
inputs: file.txt
172172
overwrite: true
@@ -182,7 +182,7 @@ from. This setting cannot be used in combination with the `staging` setting.
182182
Example:
183183

184184
```yaml
185-
- uses: trailofbits/[email protected].1
185+
- uses: trailofbits/[email protected].2
186186
with:
187187
inputs: file.txt
188188
fulcio-url: https://fulcio.sigstage.dev
@@ -198,7 +198,7 @@ cannot be used in combination with the `staging` setting.
198198
Example:
199199

200200
```yaml
201-
- uses: trailofbits/[email protected].1
201+
- uses: trailofbits/[email protected].2
202202
with:
203203
inputs: file.txt
204204
rekor-url: https://rekor.sigstage.dev
@@ -214,7 +214,7 @@ in combination with the `staging` setting.
214214
Example:
215215

216216
```yaml
217-
- uses: trailofbits/[email protected].1
217+
- uses: trailofbits/[email protected].2
218218
with:
219219
inputs: file.txt
220220
ctfe: ./path/to/ctfe.pub
@@ -230,7 +230,7 @@ be used in combination with `staging` setting.
230230
Example:
231231

232232
```yaml
233-
- uses: trailofbits/[email protected].1
233+
- uses: trailofbits/[email protected].2
234234
with:
235235
inputs: file.txt
236236
ctfe: ./path/to/rekor.pub
@@ -246,7 +246,7 @@ from.
246246
Example:
247247

248248
```yaml
249-
- uses: trailofbits/[email protected].1
249+
- uses: trailofbits/[email protected].2
250250
with:
251251
inputs: file.txt
252252
oidc-issuer: https://oauth2.sigstage.dev/auth
@@ -262,7 +262,7 @@ instead of the default production instances.
262262
Example:
263263

264264
```yaml
265-
- uses: trailofbits/[email protected].1
265+
- uses: trailofbits/[email protected].2
266266
with:
267267
inputs: file.txt
268268
staging: true
@@ -289,7 +289,7 @@ Example:
289289
Example:
290290

291291
```yaml
292-
- uses: trailofbits/[email protected].1
292+
- uses: trailofbits/[email protected].2
293293
with:
294294
inputs: file.txt
295295
internal-be-careful-debug: true

0 commit comments

Comments
 (0)