chore(gitea): Added secrets scanning
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 4s
Validate K8s manifests / scan-secrets (push) Successful in 1m17s

This commit is contained in:
Daniël Groothuis
2025-10-23 19:20:22 +02:00
parent 597166b103
commit be866e9354

View File

@@ -0,0 +1,26 @@
name: Validate K8s manifests
run-name: ${{ gitea.actor }} is validating K8s manifests
on: [push]
jobs:
validate-manifests:
runs-on: ubuntu-latest
steps:
- name: 📥Checkout
uses: actions/checkout@v3
- name: 🚀Validating the manifests
uses: frenck/action-yamllint@v1.5.0
with:
config: ".yamllint"
path: "manifests/"
warnings: false
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: 🤐Secret Scanning
uses: onboardbase/securelog-scan@main
with:
mask: "true" # that is mask secret value e.g sk_******
verify: "true" # that is verify potential secrets against their service provider