-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine method for adding new build task types #4260
Labels
Comments
Closed
5 tasks
To ensure consistency between environments, it will be easiest to add new task types via migration. A rough outline of adding a new type:
|
drewbo
changed the title
Determine method for adding new build tasks
Determine method for adding new build task types
Oct 25, 2023
After the task type exists, we should separately consider how to add a new |
drewbo
added a commit
that referenced
this issue
Oct 25, 2023
drewbo
added a commit
that referenced
this issue
Oct 25, 2023
drewbo
added a commit
that referenced
this issue
Oct 25, 2023
…4260 feat: add owasp zap scan task type migration (#4260)
Merged
Merged
sknep
pushed a commit
that referenced
this issue
Jun 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once the first task type is complete, consider how new tasks will be added. Two potential options are via the admin UI or via database migrations
Acceptance Criteria
The text was updated successfully, but these errors were encountered: