mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-06-05 07:38:50 +00:00
Update release.yml (#1014)
This commit is contained in:
parent
04292261a2
commit
0e6184186f
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -32,12 +32,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl cluster-info
|
kubectl cluster-info
|
||||||
kubectl describe node
|
kubectl describe node
|
||||||
- name: Apply jobs
|
|
||||||
run: kubectl apply -f job.yaml
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: |
|
run: |
|
||||||
kubectl wait --for=condition=complete job.batch/kube-bench --timeout=60s
|
make integration-test
|
||||||
kubectl logs job/kube-bench > ./test.data
|
|
||||||
- name: Compare output with expected output
|
- name: Compare output with expected output
|
||||||
uses: GuillaumeFalourd/diff-action@v1
|
uses: GuillaumeFalourd/diff-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user