Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-bench
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
aquasecurity
kube-bench
Commits
2bbdf8ce
Unverified
Commit
2bbdf8ce
authored
3 years ago
by
Yoav Rotem
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove make integration-testing (#986)
Use a different logic now
parent
10ba0adb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release.yml
+21
-1
21 additions, 1 deletion
.github/workflows/release.yml
with
21 additions
and
1 deletion
.github/workflows/release.yml
+
21
−
1
View file @
2bbdf8ce
...
...
@@ -17,8 +17,28 @@ jobs:
uses
:
actions/checkout@v2
-
name
:
Run unit tests
run
:
make tests
-
name
:
Setup Kubernetes cluster (KIND)
uses
:
engineerd/setup-kind@v0.5.0
with
:
version
:
${{ env.KIND_VERSION }}
image
:
${{ env.KIND_IMAGE }}
name
:
kube-bench
-
name
:
Test connection to Kubernetes cluster
run
:
|
kubectl cluster-info
kubectl describe node
-
name
:
Apply jobs
run
:
kubectl apply -f job.yaml
-
name
:
Run integration tests
run
:
make integration-tests
run
:
|
kubectl wait --for=condition=complete job.batch/kube-bench --timeout=60s
kubectl logs job/kube-bench > ./test.data
-
name
:
Compare output with expected output
uses
:
GuillaumeFalourd/diff-action@v1
with
:
first_file_path
:
./test.data
second_file_path
:
integration/testdata/Expected_output.data
expected_result
:
PASSED
-
name
:
Release
uses
:
goreleaser/goreleaser-action@v2
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment