Revision ec651eae25819f6bd9250b659041200cae6c338f authored by Marco Hofstetter on 11 June 2024, 15:36:27 UTC, committed by André Martins on 13 June 2024, 11:54:09 UTC
Currently, accessing the monitoragent from the service manager is
guarded with nil-checks as unit-tests don't provide a monitoragent.

This commit removes the check in favor of a fake implementation that
is used and passed in the tests.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
1 parent 2e308f9
Raw File
.clomonitor.yml
# CLOMonitor metadata file

exemptions:
  - check: slack_presence
    reason: "The Cilium slack community can be found at http://slack.cilium.io/" # Justification of this exemption

  - check: dangerous_workflow
    reason: >
      "It is safe to run code checkout '${{ github.event.pull_request.head.sha }}' 
      and 'github.event.pull_request.head.ref' in .github/workflows/build-images-base.yaml 
      as this workflow is only permitted to be executed after an explicit approval of a 
      subset of committers."

  - check: signed_releases
    reason: >
      "All Cilium release images are cryptographically signed during build by cosign. 
      Images are hosted in Quay. OpenSSF Scorecard check is currently limited to repositories 
      hosted on GitHub, and does not support other source hosting repositories."

  - check: token_permissions
    reason: >
      "Reason to use every non-read-only token in GitHub workflows is commented in the respective workflow files."
back to top