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
Copy file name to clipboardExpand all lines: src/config/constants.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -812,4 +812,6 @@ export const CVE_ID_NOT_FOUND = "CVE ID not found"
812
812
exportconstCONFIGURE_LINK_NO_NAME="Please provide name for the tool you want to link"
813
813
exportconstNO_HOST_URL="Please enter host url"
814
814
exportconstWEBHOOK_NO_API_TOKEN_ERROR="API Token is required to execute webhook"
815
-
exportconstDIGEST_DISABLE_TOGGLE_MESSAGE="Pull image digest policy is enforced in Global Configurations. Go to Global Configurations to change."
815
+
exportconstDIGEST_DISABLE_TOGGLE_MESSAGE_GLOBAL_ONLY="Enforced from Global Configurations. Go to Global Configurations to change."
816
+
exportconstDIGEST_DISABLE_TOGGLE_MESSAGE_FOR_PIPELINE="Enforced from Global Configurations. To change, first disable it in Global Configurations, then come back here."
0 commit comments