cisagov / skeleton-ansible-role

A skeleton project for quickly getting a new cisagov Ansible role started.
Creative Commons Zero v1.0 Universal
7 stars 6 forks source link

`GitHubSecurityLab/actions-permissions/monitor` causes `test` jobs to randomly fail #211

Open jsf9k opened 5 days ago

jsf9k commented 5 days ago

🐛 Summary

The GitHubSecurityLab/actions-permissions/monitor GitHub Action causes test jobs to randomly fail. This is because when running molecule against ARM64 Docker containers under qemu we're already using a lot of resources; adding the actions proxy pushes us over the edge.

This is why we commented out this action in the test job in commit 9bcc7f8e2b99b4128a6780e7bfbea13e33a1266c of #206.

To reproduce

Steps to reproduce the behavior:

  1. Uncomment the GitHubSecurityLab/actions-permissions/monitor action in the test job.
  2. Observe randomly failures similar to what is seen here.