mirror of
https://github.com/AppacYazilim/zamanejs.git
synced 2026-04-26 09:15:51 +03:00
[PR #86] chore(StepSecurity): Apply security best practices #87
Labels
No labels
bug
enhancement
pull-request
released
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zamanejs#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AppacYazilim/zamanejs/pull/86
Author: @step-security-bot
Created: 7/2/2024
Status: 🔄 Open
Base:
main← Head:stepsecurity_remediation_1719878951📝 Commits (1)
1665c66[StepSecurity] Apply security best practices📊 Changes
11 files changed (+90 additions, -21 deletions)
View changed files
📝
.github/dependabot.yml(+5 -0)📝
.github/workflows/build.yml(+7 -2)📝
.github/workflows/codeql.yml(+9 -4)📝
.github/workflows/coverage.yml(+7 -2)📝
.github/workflows/dependency-review.yml(+7 -2)📝
.github/workflows/lint.yml(+8 -3)📝
.github/workflows/release.yml(+7 -2)📝
.github/workflows/scorecard.yml(+5 -0)📝
.github/workflows/tests.yml(+14 -4)📝
.github/workflows/typechecks.yml(+7 -2)➕
.pre-commit-config.yaml(+14 -0)📄 Description
Summary
This pull request is created by StepSecurity at the request of @mehmeteminkartal. Please merge the Pull Request to incorporate the requested changes. Please tag @mehmeteminkartal on your message if you have any questions related to the PR.
Security Fixes
Pinned Dependencies
GitHub Action tags and Docker tags are mutable. This poses a security risk. GitHub's Security Hardening guide recommends pinning actions to full length commit.
Harden Runner
Harden-Runner is an open-source security agent for the GitHub-hosted runner to prevent software supply chain attacks. It prevents exfiltration of credentials, detects tampering of source code during build, and enables running jobs without
sudoaccess.Harden runner usage
You can find link to view insights and policy recommendation in the build log
Please refer to documentation to find more details.
Keeping your actions up to date with Dependabot
With Dependabot version updates, when Dependabot identifies an outdated dependency, it raises a pull request to update the manifest to the latest version of the dependency. This is recommended by GitHub as well as The Open Source Security Foundation (OpenSSF).
Maintain Code Quality with Pre-Commit
Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks. Hooks can be any scripts, code, or binaries that run at any stage of the git workflow. Pre-commit hooks are useful for enforcing code quality, code formatting, and detecting security vulnerabilities.
Feedback
For bug reports, feature requests, and general feedback; please email support@stepsecurity.io. To create such PRs, please visit https://app.stepsecurity.io/securerepo.
Signed-off-by: StepSecurity Bot bot@stepsecurity.io
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.