Replies: 2 comments 1 reply
-
Think of the artifacts as a mount (folder path) in your container. It doesn't make sense to pass an artifact as a parameter. You need to mount the same artifact (bucket and object path) to an appropriate file path within the second step container. That is defined in the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I haven't seen or tried this method, today I learned. |
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.
-
I have this workflow:
I have a Template Workflow that needs an artifact as an input. The
zap-scanner
step outputs an artifact, which I'm trying to input to thefalco-import
step.However I just get:
I'm not sure how to reference the output from my
zap-scanner
step.Beta Was this translation helpful? Give feedback.
All reactions