Goal: Run checks on actions in the marketplace: I have a private datasource of all actions found in the public marketplace that is created and used by my GitHub Actions Marketplace news website, that blogs out updated and new actions (RSS feed available).
Information being loaded (see the report workflow) for all actions in that dataset:
Information | Description |
---|---|
Type of Action | Docker, Node or Composite action |
Declaration of the Action | action.yml, action.yaml, Dockerfile |
Docker image setup | Dockerfile in repo or remote image url (e.g. Docker hub, GitHub Container Registry, etc. |
Security alerts | Fork the Action and enabling Dependabot (works only for Node actions), then read back the security alerts |