iann0036 / iamlive

Generate an IAM policy from AWS, Azure, or Google Cloud (GCP) calls using client-side monitoring (CSM) or embedded proxy
MIT License
3.1k stars 107 forks source link

GitHub Action dependency `mitchellh/gon` has been archived #73

Open bakedonion opened 11 months ago

bakedonion commented 11 months ago

Hi,

the gon dependecy, used in the GitHub Action, to sign/notarize the binary for macOS has been archived by its owner, as of 2023-10-31:

Archived: I unfortunately no longer make active use of this project and haven't properly maintained it since early 2022. I welcome anyone to fork and take over this project.

Maybe to be replaced directly with xcrun notarytool (see https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow#3087734)?

Also, I am not sure whether this is actually related to #69, but I noticed that it is usually the gon step that is failing.