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:
laurentsimon
2023-03-10 13:46:04 -08:00
committed by GitHub
parent ae38103ecf
commit 20b06426ff
4 changed files with 42 additions and 10 deletions

View File

@@ -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
)