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

Support workflows with .yaml extension #27

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

ericcornelissen
Copy link
Owner

Closes #26

Summary

Including workflow files using the .yaml extension when scanning.

Improve the scanner by including workflow file using the `.yaml`
extension when scanning so that problems in such workflows are also
supported. This change is accompanied by a new CLI test that verifies
`.yaml` workflows are being scanned, both within a project and as a
specified file.

Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
@ericcornelissen ericcornelissen added the enhancement New feature or request label Sep 10, 2023
@ericcornelissen ericcornelissen merged commit 6d3ad32 into main Sep 11, 2023
9 checks passed
@ericcornelissen ericcornelissen deleted the dot-yaml-workflows branch September 11, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow files are allowed to use the .yaml extension
1 participant