mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-08 17:46:35 +00:00
fix: token permission in Installer scheduled tests (#407)
* update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> * update Signed-off-by: laurentsimon <laurentsimon@google.com> Signed-off-by: laurentsimon <laurentsimon@google.com>
This commit is contained in:
@@ -8,8 +8,7 @@ minimum_version="$MINIMUM_INSTALLER_VERSION"
|
||||
list=""
|
||||
# Check the releases.
|
||||
echo "Listing releases"
|
||||
# Note: can remove -R option.
|
||||
release_list=$(gh -R slsa-framework/slsa-verifier release list)
|
||||
release_list=$(gh release list)
|
||||
while read -r line; do
|
||||
tag=$(echo "$line" | cut -f1)
|
||||
if version_ge "$tag" "$minimum_version"; then
|
||||
|
||||
Reference in New Issue
Block a user