-
Notifications
You must be signed in to change notification settings - Fork 24
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
Attribute Release/Application differentiation and setup-release
action
#605
Conversation
…ibutes in --attrs option (fixes fortify#604) chore: working `fcli fod action run setup-release`
@kadraman Looks like you've also updated the |
Yes, I forgot about that - will update it. |
Having a quick look at this, as an Application must always be created with a Release do you think it might be better to keep the same behaviour rather than specifying `--app-attrs` and `--release-attrs` (if creating a microservice as well it would also include `--microservice-attrs`)????
I could change the code to cater for this “soley” on `fod app create … --attrs …`
But limit `fod release create..` and `fod app update` and `fod release update` to having `--attrs` only work at the appropriate level.
I could then also change `action setup-release` to just having `--attributes` again.
What do you think?
|
@kadraman I don't see any new commit yet, but I think it's better to just have a single |
I haven't checked any resource bundle updates yet, but please make sure that this behavior is properly documented in the option descriptions, i.e., stating that |
OK great, I will make this update then and commit.
Kevin
Kevin Lee
Lead Solutions Consultant | UK
OpenText Cybersecurity | Fortify | Debricked
Phone:
(+44) 7429 151807
Website:
www.opentext.com<http://www.opentext.com/>
***@***.***<https://www.microfocus.com/en-us/assets/cyberres/magic-quadrant-for-application-security-testing>
From: Ruud Senden ***@***.***>
Sent: Friday, September 20, 2024 10:48 AM
To: fortify/fcli ***@***.***>
Cc: Kevin A. Lee ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] - Re: [fortify/fcli] Attribute Release/Application differentiation and `setup-release` action (PR #605)
I haven't checked any resource bundle updates yet, but please make sure that this behavior is properly documented in the option descriptions, i.e., stating that app create --attrs accepts both app & release attributes, whereas for the other commands, --attrs ignores app or release attributes.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/fortify/fcli/pull/605*issuecomment-2363316702__;Iw!!Obbck6kTJA!aIbOp4_TBHhwTkyLwPkDAoa-7MmptV3YUdf1RsFTaWtVN29Efy08CjAF4i7zSmph4-XoZ-ODoOQsMJdBZ0NJ1l8OAxIx$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ABA7EUBVS7L5PGYWZVI3UELZXPVMXAVCNFSM6AAAAABOROWPXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTGMYTMNZQGI__;!!Obbck6kTJA!aIbOp4_TBHhwTkyLwPkDAoa-7MmptV3YUdf1RsFTaWtVN29Efy08CjAF4i7zSmph4-XoZ-ODoOQsMJdBZ0NJ1u0lqfiz$>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
…mbined app/release option and filtered on any commands
Includes fix for
--attrs
being able to only update relevant type, e.g. Application/Release (fixes #604)Working
fcli fod action run setup-release
with attributes and Aviator/OSS options.