1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 08:08:07 +00:00

Update release.yml (#1014)

This commit is contained in:
Yoav Rotem 2021-10-03 15:32:27 +03:00 committed by GitHub
parent 04292261a2
commit 0e6184186f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,12 +32,9 @@ jobs:
run: |
kubectl cluster-info
kubectl describe node
- name: Apply jobs
run: kubectl apply -f job.yaml
- name: Run integration tests
run: |
kubectl wait --for=condition=complete job.batch/kube-bench --timeout=60s
kubectl logs job/kube-bench > ./test.data
make integration-test
- name: Compare output with expected output
uses: GuillaumeFalourd/diff-action@v1
with: