Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raz/per 3622 devops fix sidecar cicd #71

Open
wants to merge 23 commits into
base: v2
Choose a base branch
from
Prev Previous commit
Next Next commit
debugging
  • Loading branch information
RazcoDev committed Jan 18, 2023
commit dce45e61c573461013e391dda0f98854972774d0
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
exit-code: '1'
exit-code: '0'
ignore-unfixed: true
security-checks: 'vuln,secret'
severity: 'CRITICAL,HIGH'
Expand Down