This project is mirrored from https://github.com/cisagov/log4j-affected-db.git.
Pull mirroring updated .
- 04 Apr, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.0 ) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 28 Feb, 2022 2 commits
-
-
Nicholas McDonnell authored
Update the this workflow to reflect that now individual Markdown files are generated instead of a single file. This includes renaming the workflow file, adjusting some step names, and tweaking some other aspects.
-
Nicholas McDonnell authored
Consolidate all update tasks into a single bash script that is run by the GitHub Actions workflow. This also switches to generating individual Markdown files for each data/cisagov_*.yml file.
-
- 24 Jan, 2022 1 commit
-
-
Nicholas McDonnell authored
Add functionality to the update_software_list workflow to normalize the component files for every push. This will ensure that they are kept in a manner consistent with how the primary cisagov.yml file stores data.
-
- 17 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.0.0...v1.1.1 ) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 12 Jan, 2022 1 commit
-
-
Nicholas McDonnell authored
Add the GitHub Actions workflow that will process the YAML files that contain cisagov controlled software information and generate a final Markdown file. The required template and Python requirements are included as well.
-
- 30 Dec, 2021 4 commits
-
-
Nicholas McDonnell authored
Due to unexpected complications for user submissions we are reverting the transition to a YAML format.
-
Nick authored
We prefer using the long form of switches for command line programs to improve maintainability and to better convey what is happening even if someone is unfamiliar with the switches for a given program. Co-authored-by:
dav3r <david.redmin@trio.dhs.gov>
-
Nicholas McDonnell authored
Update the testing branch for the software list update workflow to include the SHA of the commit that triggers the workflow. This should help track down problems if there is a failure in testing/rendering.
-
Nicholas McDonnell authored
Update the workflow's requirements to use a specific version at the updated location of the Python project doing the heavy lifting. Additionally the requirements file is added to the actions/cache key used.
-
- 23 Dec, 2021 1 commit
-
-
Nicholas McDonnell authored
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.
-