Skip to content

Commit

Permalink
resolve merge discussions
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hinteregger <[email protected]>
  • Loading branch information
philipp-hinteregger committed Dec 22, 2022
1 parent e6b8857 commit 21070bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/.kubescape/controls-inputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
".*.gcr.io",
"*.ghcr.io",
".*azurecr.io",
"docker.io"
"docker.io",
"ghcr.keptn.sh"
],
"max_critical_vulnerabilities": [
"5"
Expand Down
2 changes: 1 addition & 1 deletion .github/.kubescape/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
]
}
]

9 changes: 5 additions & 4 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: download_artifacts_push
with:
# Download last successful artifact from a CI build
github_token: ${{secrets.GITHUB_TOKEN}}
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: CI.yaml
run_id: ${{ steps.last_run_id.outputs.RUN_ID }}
# directory where to extract artifacts to
Expand Down Expand Up @@ -70,7 +70,8 @@ jobs:
include:
- tool: "kics"
- tool: "kubeconform"
version: "v0.4.13"
# renovate: datasource=github-releases depName=yannh/kubeconform
version: "v0.5.0"
- tool: "kubescape"
kubescape-framework: "nsa"
- tool: "kubescape"
Expand Down Expand Up @@ -174,7 +175,7 @@ jobs:
strategy:
fail-fast: false
matrix:
artifacts:
artifact:
- "operator"
- "scheduler"

Expand All @@ -191,7 +192,7 @@ jobs:
run: go install golang.org/x/vuln/cmd/govulncheck@latest

- name: Check for vulnerabilities
working-directory: ./${{ matrix.artifacts }}
working-directory: ./${{ matrix.artifact }}
run: govulncheck ./...

create_issue:
Expand Down

0 comments on commit 21070bb

Please sign in to comment.