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

Skip injecting the CodeQL workflow if the action is Docker based #12

Open
rajbos opened this issue Nov 3, 2021 · 0 comments
Open

Skip injecting the CodeQL workflow if the action is Docker based #12

rajbos opened this issue Nov 3, 2021 · 0 comments

Comments

@rajbos
Copy link
Owner

rajbos commented Nov 3, 2021

If action.yaml is running a Docker image, we need to skip the CodeQL workflow since that will fail (because there is no code to be found).

Syntax:

runs:
  using: docker
  image: Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant