CycodeLabs / raven

CI/CD Security Analyzer
Apache License 2.0
624 stars 33 forks source link

feat: adding new node type CompositeActionInput #133

Closed elad-pticha closed 1 year ago

elad-pticha commented 1 year ago

Until now, for each composite action, we created a list of inputs. This list did not contain a default value or if the input is required or not.

We should be able to query all CompositeActions that use a github context by the default value or just filter by other parameters. With the new CompositeActionInput node, we will be able to filter all composite actions that use a specific github context.

image