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
GitHub Actions workflows supports a services directive to start containers. Each service can be provided an options argument as a string which is passed to the docker command when starting the container. Here's an example:
This example contains an expression injection vulnerability via the matrix value. It would be great if Octoscan could detect this and flag it as an error just as it does for expressions in run directives.
The text was updated successfully, but these errors were encountered:
GitHub Actions workflows supports a
services
directive to start containers. Each service can be provided anoptions
argument as a string which is passed to thedocker
command when starting the container. Here's an example:This example contains an expression injection vulnerability via the matrix value. It would be great if Octoscan could detect this and flag it as an error just as it does for expressions in
run
directives.The text was updated successfully, but these errors were encountered: