Update microsoft/security-devops-action action to v1.12.0 #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.0
->v1.12.0
Release Notes
microsoft/security-devops-action (microsoft/security-devops-action)
v1.12.0
: Version 1.12.0Compare Source
Adds support for MSDO upload verb which can be used to upload existing results which were not produced directly by MSDO.
v1.11.0
: Enable Container Mapping by Default for Active CustomersCompare Source
In this release, we're enabling the container-mapping tool by default for customers who have onboarded to Microsoft Defender for Cloud and have enabled their GitHub organization.
Those who do not have Microsoft Defender for Cloud enabled on their GitHub organizations will not be able to run the container-mapping workload and it will be automatically skipped.
With this change, we are deprecating the
includeTools
option. If you would like to manually specify which tools to run, this can still be done via thetools
option as before. See the wiki for further instructions.v1.10.0
Compare Source
This release brings introduces our first
pre
andpost
job feature,container-mapping
, as an opt-in feature. It runs docker commands to see which containers have been created during the pipeline for integration with Microsoft Defender for DevOps.To configure Container Mapping to send conatiner data to Microsoft Defender for DevOps, include
container-mapping
as a tool:This will run all the analyzers defined by the configured or defaulted policy in addition to
container-mapping
. To only run this feature, definecontainer-mapping
as the onlytool
to run:In future releases, we will use this to auto-configure container scanning as well as introduce additional scanning optimizations and capabilities.
v1.9.1
Compare Source
Adds a backwards compatibility check for the
--export-breaking-results-to-file
which going forward still exists, with corrected behavior, and will use--export-file
instead.v1.8.2
Compare Source
v1.7.2
: - node10 backwards compatibility fixCompare Source
v1.7.2 - 06/22/2023
Fixed
v1.7.0
Compare Source
Added
msdo-nuget-client.ts
javascript nuget clientChanged
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.