We have a vulnerability scan configuration issue in our IBM Cloud Container registry that we received an exemption for. However the issue id contains /
in the string. I've tried escaping the slashes, quoting the issue id, sticking in a variable and referencing but I keep getting a generic "An internal server error occurred." message.
Any idea how I can get this exemption created?
issue id: application_configuration:mysql./etc/mysql
ibmcloud cr exemption-add --scope "*" --issue-type configuration --issue-id "application_configuration:mysql./etc/mysql"
This was a bug in how IBM Cloud container registry handled /
characters in configuration issue IDs. The bug has now been fixed so if you retry it should now work as expected with your original command.
Thanks for bringing this to our attention and sorry for any inconvenience caused.