oracle / oracle/macaron

Check supported events for GitHub Actions build type

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
210
Forks
36
Avg merge
1d 10h
Merged PRs (30d)
2

Description

Based on the specification for GitHub Actions workflow build type, the build service check for GitHub Actions needs to check whether any of the following event types are used:

  • create: Creation of a git tag or branch.
  • deployment: Creation of a deployment.
  • release: Creation or update of a GitHub release.
  • push: Creation or update of a git tag or branch.
  • workflow_dispatch: Manual trigger of a workflow.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read the linked SLSA GitHub Actions workflow build type specification first, then locate the build service check for GitHub Actions. Verify how it handles workflow event types and add coverage for create, deployment, release, push, and workflow_dispatch; done means those supported events are checked as required by the specification.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, python
Domain
ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.