-
Notifications
You must be signed in to change notification settings - Fork 0
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
initial commit #2
Conversation
Merge Requirements Met ✅Request Rosie to automerge this pull request by including @Workiva/release-management-p in a comment. General InformationTicket(s): None found in title Reviewers: robbecker-wf, matthewnitschke-wk, todbachman-wf Additional Information
Note: This is a shortened report. Click here to view Rosie's full evaluation. |
Security InsightsThe items listed below may not capture all security relevant changes. Before providing a security review, be sure to review the entire PR for security impact. (1) Security relevant changes were detectedaviary.yaml addedAction Items
Questions or Comments? Reach out on Slack: #support-infosec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very full featured start
security +1 on initial aviary.yaml file |
.github/workflows/checks.yaml
Outdated
|
||
jobs: | ||
analyze: | ||
runs-on: ubunut-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this and the others below be:
runs-on: ubunut-latest | |
runs-on: ubuntu-latest |
.github/workflows/checks.yaml
Outdated
run: dart pub global run dependency_validator | ||
|
||
analyze-additional-checks: | ||
runs-on: [self-hosted, xs, al2023] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be running on ubuntu-latest
like the rest?
.github/workflows/checks.yaml
Outdated
workflow_call: | ||
inputs: | ||
package-path: | ||
description: The path to the package to run analysis on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The path to the package to run analysis on | |
description: The path to the package to run checks on |
QA +1
🚀 @Workiva/release-management-p 🚢 |
@matthewnitschke-wk I will not merge this because:
|
|
||
jobs: | ||
build: | ||
runs-on: [self-hosted, xs, al2023] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it ok these 2 jobs are running on self-hosted runners?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from RM
Initial commit for gha-dart-oss
Notably missing is the release process and unit tests
These will be created as a followup