mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-21 07:52:50 +00:00
docs: update installation to cover the Action and to receive updates (#523)
docs: update installation to cover the Action and to receive updates (#523) Signed-off-by: laurentsimon <laurentsimon@google.com>
This commit is contained in:
@@ -71,7 +71,7 @@ fi
|
||||
# Select all version numbers following a reference to slsa-verifier that are different
|
||||
# from the version defined in SHA256SUM.md
|
||||
results=$(
|
||||
grep -Pon ".*?slsa-verifier.*?\d+\.\d+\.\d+" README.md |
|
||||
grep -Pon ".*?slsa-verifier.*?v\d+\.\d+\.\d+" README.md actions/installer/README.md |
|
||||
grep -v "$RELEASE_TAG$" |
|
||||
sed -E 's/(.*)/ \1/' || true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user