mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-25 18:35:51 +03:00
[PR #24] [MERGED] ci: change to ko and goreleaser, add SLSA3 verification, fix security issues #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#33
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/natrontech/pbs-exporter/pull/24
Author: @janfuhrer
Created: 6/19/2024
Status: ✅ Merged
Merged: 6/19/2024
Merged by: @janfuhrer
Base:
main← Head:ci/update-workflows📝 Commits (2)
cc8d0f6ci: change to ko and goreleaser, add SLSA3 verificationbed1906security: fix security alerts of gosec📊 Changes
31 files changed (+1215 additions, -205 deletions)
View changed files
➕
.github/ISSUE_TEMPLATE/bug_report.md(+23 -0)➕
.github/ISSUE_TEMPLATE/feature_request.md(+20 -0)➕
.github/PULL_REQUEST_TEMPLATE.md(+16 -0)➕
.github/publish-image/action.yaml(+92 -0)➕
.github/workflows/README.md(+90 -0)➖
.github/workflows/ci.yml(+0 -39)📝
.github/workflows/codeql.yml(+28 -45)➕
.github/workflows/dependency-review.yml(+31 -0)➖
.github/workflows/docker-release.yml(+0 -41)➕
.github/workflows/golangci-lint.yml(+30 -0)➕
.github/workflows/gosec.yml(+30 -0)➕
.github/workflows/osv-scan.yml(+23 -0)➕
.github/workflows/release.yml(+216 -0)➕
.github/workflows/scorecard.yml(+63 -0)📝
.gitignore(+1 -0)➕
.goreleaser.yml(+80 -0)➕
.ko.yaml(+14 -0)📝
.pre-commit-config.yaml(+7 -1)➕
CHANGELOG.md(+5 -0)📝
CODE_OF_CONDUCT.md(+13 -9)...and 11 more files
📄 Description
closes #21
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.