You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser then sees `Dockerfile` and `true` as the two
244
244
arguments to `kosli attest generic`.
245
+
246
+
## Path/Image name is a single whitespace character!
247
+
248
+
In order to calculate the fingerprint for an artifact, Kosli requires the path to the relevant file or directory, or the relevant image name. The command typically takes the form:
When using multi-line commands in the shell or a script, if the image name or path has not been provided as above and whitespace has unintentionally been added after the line-continuation backslash on one of the lines, this whitespace character is interpreted as the name or path.
254
+
255
+
If you're using multi-line commands and receive an error message similar to this, check your command for extraneous whitespace:
256
+
```
257
+
Error: failed to calculate artifact fingerprint: stat : no such file or directory. The directory path is ' '.
0 commit comments