-
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
RED-6621 - InfoSec review changes #5
Conversation
Merge Requirements Met ✅Request Rosie to automerge this pull request by including @Workiva/release-management-p in a comment. ✅ Release notes requirement met
General InformationTicket(s): Code Review(s): #5 Reviewers: matthewnitschke-wk, matthewbelisle-wf Additional Information
Note: This is a shortened report. Click here to view Rosie's full evaluation. |
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
@@ -46,7 +46,7 @@ jobs: | |||
- uses: actions/checkout@v4 | |||
- name: Install yq | |||
run: | | |||
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 | |||
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 |
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.
Not sure why the download
segment switched spots, but I tested that on my ubuntu box and it worked.
.github/dependabot.yml
Outdated
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major"] |
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 there reason to ignore major versions?
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.
Nope, I removed that in c057d68.
.github/dependabot.yml
Outdated
- package-ecosystem: "github-actions" | ||
schedule: | ||
interval: "weekly" | ||
commit-message: | ||
prefix: "GHA" | ||
labels: | ||
- "GHA" | ||
- "dependencies" | ||
open-pull-requests-limit: 1 | ||
target-branch: "master" | ||
groups: | ||
gha-dependencies: | ||
patterns: | ||
- "workiva/gha-*" | ||
- "actions/*" | ||
directory: "/" | ||
pull-request-branch-name: | ||
separator: "/" |
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.
Might be nice to simplify this a bit
- package-ecosystem: "github-actions" | |
schedule: | |
interval: "weekly" | |
commit-message: | |
prefix: "GHA" | |
labels: | |
- "GHA" | |
- "dependencies" | |
open-pull-requests-limit: 1 | |
target-branch: "master" | |
groups: | |
gha-dependencies: | |
patterns: | |
- "workiva/gha-*" | |
- "actions/*" | |
directory: "/" | |
pull-request-branch-name: | |
separator: "/" | |
- package-ecosystem: github-actions | |
directory: / | |
schedule: | |
interval: daily | |
groups: | |
all: | |
patterns: ["*"] |
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.
Good idea, did that in 09f876c.
QA +1 CI passes |
@Workiva/release-management-p |
@matthewbelisle-wf I will not merge this because:
|
@Workiva/release-management-p |
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
dependabot.yml
for security updatesSECURITY.md
for threat model documentationyq
at the latest version in case there are security updates