-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update output-format and acs-report-enable disconnect #192
Update output-format and acs-report-enable disconnect #192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to delete the CHANGELOG here? Everything else looks awesome 🟢
} else { | ||
cmdArgs.push("-o", outputFormat); | ||
} | ||
cmdArgs.push("-o", outputFormat); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, this makes it much easier to read and simplifies everything.
Signed-off-by: Keith Zantow <kzantow@gmail.com>
814bdb5
to
99214db
Compare
Restored the CHANGELOG 👍 |
@maartenh NOTE: I've updated the output variable name to |
@kzantow That seems like a good idea with the current 2 format options. |
This parameter is no longer supported in @V3, and replaced by output-format: sarif, which is however the default see anchore/scan-action#192 for context
This parameter is no longer supported in @V3, and replaced by output-format: sarif, which is however the default see anchore/scan-action#192 for context
…n-action configuration in container publish workflow This is (and was) the default for the action; ref: anchore/scan-action#192
This parameter is no longer supported in @V3, and replaced by output-format: sarif, which is however the default see anchore/scan-action#192 for context
This PR is a follow up to #187 which renames the json output file to more closely align to the
output-format
option ofjson
orsarif
, as well as removing theacs-report-enable
flag, which is no longer necessary.NOTE: this is not really a breaking change, as the defaults of
output-format=sarif
andacs-report-enable=true
will result in the same behavior.