Skip to content

Commit

Permalink
Update the base whitelisted commit
Browse files Browse the repository at this point in the history
Use current Master as a known-good commit for whitelisting as default
  • Loading branch information
Jontified committed Jul 5, 2022
1 parent 5d8a635 commit 1551e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/verify-locked-down-signatures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import_gpg_keys="false"
# as such some of the commits before are not signed
# The whitelisted commit can be set in order to allow github actions to only check changes
# since origin/master
whitelisted_commit="1b3af718a"
whitelisted_commit="17f721c89"

while [ "$#" -gt 0 ]; do
case "$1" in
Expand Down

0 comments on commit 1551e8b

Please sign in to comment.