-
Notifications
You must be signed in to change notification settings - Fork 167
fix: apply security best practices #1548
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
Merged
kriswest
merged 15 commits into
finos:main
from
step-security-bot:chore/GHA-270701-stepsecurity-remediation
Jun 6, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
14797af
fix: apply security best practices
step-security-bot e7fdaa4
chore: `npm run format`
jescalada 87787d9
chore: delete .pre-commit-config.yaml
jescalada 5c8f2f1
Merge branch 'main' into chore/GHA-270701-stepsecurity-remediation
kriswest 306ce78
ci: update interval from daily to weekly
jescalada 1ccb1ef
ci: refactor dependabot.yml for simplicity
jescalada 51da64c
ci: delete renovate.json to prevent duplicate bump PRs
jescalada 8bb2f55
Merge branch 'main' into chore/GHA-270701-stepsecurity-remediation
jescalada 963a4ac
chore: npm run format
jescalada 86c5aeb
Update .github/dependabot.yml
jescalada 4655d55
Update .github/dependabot.yml
jescalada 1da345a
Merge branch 'main' into chore/GHA-270701-stepsecurity-remediation
kriswest ef1fad0
Update .github/dependabot.yml
jescalada 10b1004
Update .github/dependabot.yml
jescalada 6b9cd88
Merge branch 'main' into chore/GHA-270701-stepsecurity-remediation
jescalada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| version: 2 | ||
|
|
||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directories: | ||
| - '/' | ||
| schedule: | ||
| interval: weekly | ||
| cooldown: | ||
| default-days: 3 | ||
| commit-message: | ||
| prefix: 'chore' | ||
| include: 'scope' | ||
| labels: | ||
| - 'dependencies' | ||
| - 'automated' | ||
| groups: | ||
| github-actions: | ||
| patterns: | ||
| - '*' | ||
|
|
||
| - package-ecosystem: docker | ||
| directories: | ||
| - '/' | ||
| - '/localgit' | ||
| schedule: | ||
| interval: weekly | ||
| cooldown: | ||
| default-days: 3 | ||
| commit-message: | ||
| prefix: 'chore' | ||
| include: 'scope' | ||
| labels: | ||
| - 'dependencies' | ||
| - 'automated' | ||
| groups: | ||
| docker: | ||
| patterns: | ||
| - '*' | ||
|
|
||
| - package-ecosystem: npm | ||
| directories: | ||
| - '/' | ||
| - '/packages/git-proxy-cli' | ||
| - '/plugins/git-proxy-plugin-samples' | ||
| - '/test/fixtures/test-package' | ||
| - '/website' | ||
| schedule: | ||
| interval: weekly | ||
| versioning-strategy: increase-if-necessary | ||
| cooldown: | ||
| semver-patch-days: 3 | ||
| semver-minor-days: 3 | ||
| semver-major-days: 7 | ||
| open-pull-requests-limit: 10 | ||
| commit-message: | ||
| prefix: 'chore' | ||
| include: 'scope' | ||
| labels: | ||
| - 'dependencies' | ||
| - 'automated' | ||
| groups: | ||
| npm-non-major: | ||
| patterns: | ||
| - '*' | ||
| update-types: | ||
| - minor | ||
| - patch | ||
|
jescalada marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.