1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-18 14:57:54 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Nicholas McDonnell
eb939db2ba
Merge github.com:cisagov/skeleton-generic into lineage/skeleton 2022-11-09 11:35:10 -05:00
Nicholas McDonnell
8f12635499
Correct spacing in yamllint rules
There was a missing empty line in the `.yamllint` file between two rule
definitions.
2022-11-09 11:24:25 -05:00
Nicholas McDonnell
3547c4f28d
Increase the maximum line length in the yamllint configuration
Increase the line length maximum from the default of 80 to 88. This 10%
increase mirrors the line length allowed in other linter configurations
such as black.
2022-11-08 15:12:43 -05:00
Nicholas McDonnell
21a68f461c
Enable the allow-non-breakable-inline-mappings rule for yamllint 2022-11-08 15:12:43 -05:00
Nicholas McDonnell
23e1ac4815
Merge github.com:cisagov/skeleton-generic into lineage/skeleton 2022-02-25 10:48:54 -05:00
Nicholas McDonnell
77b20ab3d7
Disable comments-indentation rule for yamllint
yamllint does not like it when you comment out pieces of dictionaries
in lists. Upcoming additions to the Dependabot configuration will run
afoul of this so we are updating the yamllint configuration.
2022-02-25 08:27:32 -05:00
Nicholas McDonnell
17b82eead8
Update the yamllint rules
Controlling the line length in the files generated from the Markdown to
YAML conversion would be difficult so we disable that yamllint rule.
2022-01-12 12:59:02 -05:00
Nicholas McDonnell
6e6ff55bbc
Revert the migration to a YAML format
Due to unexpected complications for user submissions we are reverting
the transition to a YAML format.
2021-12-30 16:31:50 -05:00
Nicholas McDonnell
f60b420cb5
Add GitHub Actions workflow to update software list
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.
2021-12-23 13:11:20 -05:00
Jeremy Frasier
abcda87e2e
First commit 2019-03-11 08:52:57 -04:00