First commit, WIP

This commit is contained in:
2025-11-28 14:10:58 +09:00
parent c420132bd7
commit 1f158a9e09
11 changed files with 106 additions and 255 deletions

View File

@@ -27,13 +27,6 @@ jobs:
- name: Lint Shell Scripts with ShellCheck
uses: ludeeus/action-shellcheck@master
- name: Lint Kubernetes Resources with KubeLinter
id: kube-lint-scan
uses: stackrox/kube-linter-action@v1
with:
directory: k8s
config: .kube-linter/config.yaml
# Set up Docker Buildx for multi-architecture builds
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
@@ -79,10 +72,10 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ secrets.DOCKER_USERNAME }}/docker-bitlbee:latest
format: 'table'
format: "table"
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
- name: Upload Trivy Report
uses: actions/upload-artifact@v3