You've already forked docker-bitlbee
First commit, WIP
This commit is contained in:
13
.github/workflows/build-scan-push.yml
vendored
13
.github/workflows/build-scan-push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user