Skip to content

Commit

Permalink
chore(containers/policy): Read toolbox pubkey from /etc (#301)
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 5, 2024
1 parent 4bb9a7a commit 8ff52f4
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 8ff52f4

Please sign in to comment.