You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trivy Scan doesnt return exit code 0 so the workflow ends there. If you want the steps after the scan to run I'd recommend adding if: success() || failure() to the step after, or change the exit code.
I thought this would be easy but I was wrong. Consider the following Github action:
It never reaches the portion to decide what to do if vulnerabilities are found:
The text was updated successfully, but these errors were encountered: