Skip to content

Commit

Permalink
chore(containers/policy): Read toolbox pubkey from /etc
Browse files Browse the repository at this point in the history
Match behavior of other key paths and read the toolbox pubkey from /etc
  • Loading branch information
EyeCantCU authored Jul 3, 2024
1 parent 5c4144d commit 487eed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/etc/containers/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"quay.io/toolbx-images": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/quay.io-toolbx-images.pub",
"keyPath": "/etc/pki/containers/quay.io-toolbx-images.pub",
"signedIdentity": {
"type": "matchRepository"
}
Expand Down

0 comments on commit 487eed5

Please sign in to comment.