What feature do you want to see added?
Currently the fortify assessment credentials are stored globally, however i want to provide these at runtime so i can use a credential that is folder scoped.
e.g.
current:
fortifyUpload appName: "cerebro_${GIT_REPO_NAME}",
appVersion: "${APP_VERSION}",
failureCriteria: '[fortify priority order]:critical',
resultsFile: "${GIT_REPO_NAME}.fpr",
timeout: "3"
desired:
fortifyUpload appName: "cerebro_${GIT_REPO_NAME}",
appVersion: "${APP_VERSION}",
serverURL: "myServerURL",
token: "credentialID",
failureCriteria: '[fortify priority order]:critical',
resultsFile: "${GIT_REPO_NAME}.fpr",
timeout: "3"
Upstream changes
No response
What feature do you want to see added?
Currently the fortify assessment credentials are stored globally, however i want to provide these at runtime so i can use a credential that is folder scoped.
e.g.
current:
desired:
Upstream changes
No response