File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 5151 - name : Run integration tests
5252 run : make test-integration
5353
54- snyk :
55- name : Run security checks via snyk
56- runs-on : ubuntu-24.04
57- steps :
58- - uses : actions/checkout@v2
59- - name : Login to DockerHub
60- uses : docker/login-action@v1
61- with :
62- username : ${{ secrets.OHAI_DOCKER_HUB_ID }}
63- password : ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }}
64- - name : Scan code for vulnerabilities
65- env :
66- SNYK_TOKEN : ${{ secrets.CAOS_SNYK_TOKEN }}
67- run : make ci/snyk-test
6854
6955 test-windows :
7056 strategy :
9480 prerelease :
9581 name : Build and release binaries
9682 runs-on : ubuntu-24.04
97- needs : [ test-nix, test-windows, snyk, test-integration-nix ]
83+ needs : [ test-nix, test-windows, test-integration-nix ]
9884 steps :
9985 - uses : actions/checkout@v2
10086 - name : Login to DockerHub
You can’t perform that action at this time.
0 commit comments