Skip to content

Commit

Permalink
test: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StuxxNet authored and ramon.silveira-borges@telekom.com committed Dec 6, 2023
1 parent 74daaea commit 88a1ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
DOCKERHUB_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
GIROPOPS_SENHAS_TAG: $(git rev-parse --short HEAD)
GIROPOPS_SENHAS_TAG: ${GITHUB_SHA}

jobs:
lint:
Expand Down Expand Up @@ -42,7 +42,6 @@ jobs:
config: configs/kubelinter/kubelinter-config.yaml
format: sarif
output-file: kube-linter.sarif
continue-on-error: true

test:
name: Test
Expand Down
3 changes: 2 additions & 1 deletion configs/kubelinter/kubelinter-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ checks:
- "no-read-only-root-fs"
- "run-as-non-root"
- "unset-cpu-requirements"
- "minimum-three-replicas"
- "minimum-three-replicas"
- "required-annotation-email"

0 comments on commit 88a1ca4

Please sign in to comment.