This implementation automates reporting to verify compliance with GC Cloud Guardrails. SSC and TBS review the results. Cette mise en œuvre automatise la production de rapports afin de vérifier la conformité aux mesures de sécurité infonuagique du GC. SPC et SCT examinent les résultats.
Other
11
stars
4
forks
source link
BugFix - Update upload and download artifact version to V4 #195
This Pull Request updates the pipeline to use the latest versions of the download and upload artifacts, upgrading both to v4. This update ensures compatibility with recent enhancements and optimizations in the artifact handling process.
This PR fixes/adds/changes/removes
Updated the DownloadPipelineArtifact task to use version v4.
Updated the PublishPipelineArtifact task to use version v4.
Adjusted related pipeline scripts and configurations to align with the new artifact task versions.
Breaking Changes
N/A
Testing Evidence
Testing was performed by running the updated pipeline in a staging environment. The following evidence confirms that the changes work as expected:
Successful completion of the pipeline with the new artifact versions.
Artifacts were correctly downloaded and uploaded with the updated tasks.
No errors or unexpected behaviors were observed during the pipeline execution.
Overview/Summary
This Pull Request updates the pipeline to use the latest versions of the
download
andupload
artifacts, upgrading both to v4. This update ensures compatibility with recent enhancements and optimizations in the artifact handling process.This PR fixes/adds/changes/removes
DownloadPipelineArtifact
task to use versionv4
.PublishPipelineArtifact
task to use versionv4
.Breaking Changes
N/A
Testing Evidence
Testing was performed by running the updated pipeline in a staging environment. The following evidence confirms that the changes work as expected:
As part of this Pull Request I have
main
branch./tools/Update-ModuleVersions.ps1
script)