mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-10-31 22:28:26 +00:00
f60b420cb5
Add a GitHub Actions workflow and related files to automatically update SOFTWARE-LIST.md when a push to the develop branch occurs. This leverages the cisagov/md-table-to-yaml Python library to perform the conversions.
11 lines
263 B
Text
11 lines
263 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
# yamllint doesn't like when we use yes and no for true and false,
|
|
# but that's pretty standard in Ansible.
|
|
truthy: disable
|
|
|
|
# Enforcing this rule would be complicated for auto-generated data right now.
|
|
line-length: disable
|