Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: NxPKG <116948796+NxPKG@users.noreply.github.com>
  • Loading branch information
NxPKG authored Dec 9, 2023
1 parent 5d1deb6 commit 7184a5b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,6 @@ jobs:
- name: Run Integration Tests
run: make test-integration

- name: Run Tunnel vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
severity: 'CRITICAL'
exit-code: 0

- name: Run Tunnel vulnerability scanner against Khulnasoft Cloud
uses: aquasecurity/trivy-action@0.16.0
with:
scan-type: 'fs'
hide-progress: true
format: 'table'
security-checks: 'vuln,config'

release:
name: Release
Expand Down

0 comments on commit 7184a5b

Please sign in to comment.