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] Dont project profile column if not present #192
This Pull Request fixes an issue in the KQL queries where the profile_d field was not being projected if it was not present. The changes ensure that queries are robust and handle scenarios where profile_d may be absent.
This PR fixes/adds/changes/removes
Fixed KQL queries to ensure profile_d is projected even when not present.
Improved error handling for cases where profile_d is not present.
Breaking Changes
None identified; the changes are backward-compatible with existing queries.
No changes expected to impact current deployments or functionality.
Testing Evidence
Manual validation performed on a subset of data where profile_d was absent to confirm proper projection and functionality.
Attached screenshots and logs showing successful query execution with and without the profile_d field.
Overview/Summary
This Pull Request fixes an issue in the KQL queries where the
profile_d
field was not being projected if it was not present. The changes ensure that queries are robust and handle scenarios whereprofile_d
may be absent.This PR fixes/adds/changes/removes
profile_d
is projected even when not present.profile_d
is not present.Breaking Changes
Testing Evidence
profile_d
was absent to confirm proper projection and functionality.profile_d
field.As part of this Pull Request I have
main
branch