Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fortifyUpload : : Allow overriding of SSC URL and Authentication Token #60

Open
asergeant01 opened this issue Sep 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@asergeant01
Copy link

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

@asergeant01 asergeant01 added the enhancement New feature or request label Sep 26, 2022
@TobiasMeyster
Copy link

This would be very helpful for me as i have multiple ssc tokens in different projects. Am I the only one?
Does anyone have a workaround for this?

@TobiasMeyster
Copy link

Or another thing could be that we can configure multiple SSC instances in Global Jenkins Configuration with aliases.
the Pipeline steps then would need another parameter for ssc instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants