Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: example in the README (landing page) The given example in the README.md has invalid parameters according with action.yml Signed-off-by: Kairo Araujo <[email protected]> * fix: little misspelling Signed-off-by: Kairo Araujo <[email protected]> * doc: short the length for README.md text and param - Reduce the length of README.md source code to less than 100 col to easy maintain - Higlight the parameters in the text Signed-off-by: Kairo Araujo <[email protected]> * doc: Add a better example building the software Signed-off-by: Kairo Araujo <[email protected]> * fix: Update version in the example If the user copy/paste the example will cause an error in their GHA. ``` Run testifysec/[email protected] Running command: witness run --archivista-server https://archivista.testifysec.io -a environment -a git -a github -s build --trace false --outfile /tmp/build-attestation.json -- /bin/sh -c make build /home/runner/work/_actions/testifysec/witness-run-action/v0.1/node_modules/@actions/io/lib/io.js:171 throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`); ``` Signed-off-by: Kairo Araujo <[email protected]> --------- Signed-off-by: Kairo Araujo <[email protected]>
- Loading branch information