Skip to content

Commit 1a5db90

Browse files
ci: Update release workflow(#593)
1 parent 095d458 commit 1a5db90

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,6 @@ jobs:
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:
@@ -94,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)