Seeing a weird issue with Grype not respecting "With" stanza... #1235
Replies: 1 comment
-
Wrong place. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This could be me being entirely new to github actions, however consider the following action:
This action runs, however it does not appear to respect the fact that I have set fail-build to false. It doesn't seem to respect anything. I feel like I'm doing something way wrong. Here's the output:
What I'm trying to achieve here is to get a current enumeration of issues in the build, not stop the build outright. I might want to do that in the future, but for now this is a POC and me trying to learn how these items work. Right now it honestly feels like it would be less frustrating to just download grype into a runner, execute grype with the options I want, and get the output that way.
Some help understanding what is going on here would be tremendous. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions