You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to version 3.13.1 an exception is generated when scanning a Docker build
java.lang.IllegalArgumentException: Illegal issue type 'security'. Expecting either 'Security' or 'License'
Reverting back to 3.12.1 resolves this issue.
To Reproduce
Steps to reproduce the behavior
run a Docker build, push it using the plugin and publish the build info.
run xrayScan
Expected behavior
execute with no exception, or generate an exception indicating that violations were found.
Versions
Jenkins Artifactory plugin version: 3.13.1
Jenkins operating system: Docker
Artifactory Version: 7.19.4
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to version 3.13.1 an exception is generated when scanning a Docker build
java.lang.IllegalArgumentException: Illegal issue type 'security'. Expecting either 'Security' or 'License'
Reverting back to 3.12.1 resolves this issue.
To Reproduce
Steps to reproduce the behavior
Expected behavior
execute with no exception, or generate an exception indicating that violations were found.
Versions
The text was updated successfully, but these errors were encountered: