google / gcp_scanner

A comprehensive scanner for Google Cloud
Apache License 2.0
311 stars 97 forks source link

ci: Relax unit tests to avoid false positives #122

Closed mshudrak closed 1 year ago

mshudrak commented 1 year ago

Description

This commit relaxes our unit tests to compare only lines that starts with CHECK token.

Changes Made

  1. We only compare lines that starts with CHECK token.
  2. We do not have VOLATILE token anymore
  3. Removed empty dns_policies.json
  4. Mark all important lines in test/* with CHECK token

Related Issues

Fixes #6