1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00
A community sourced list of log4j-affected software
Find a file
Jeremy Frasier 2fa4cbe194
Make workflow run when a PR is opened, synchronized, or reopened
A user forked cisagov/scan-target-data and created a pull request, but
the required GitHub Action(s) did not run.  This is presumably because
the user does not have Actions enabled in his or her fork.  Ideally,
the required Action(s) would run in cisagov/scan-target-data when a PR
to merge changes back is created.  Based on my reading of this link,
adding the "pull_request" event type should make this happen:
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-events-for-forked-repositories
2020-01-24 16:45:48 -05:00
.github Make workflow run when a PR is opened, synchronized, or reopened 2020-01-24 16:45:48 -05:00
.bandit.yml Make .bandit.yml pass yamllint 2019-05-06 11:16:05 -04:00
.flake8 Add pydoc warnings to flake8 config 2019-05-03 14:30:56 -04:00
.gitignore First commit 2019-03-11 08:52:57 -04:00
.isort.cfg Add seed-isort-config and isort to pre-commit hooks. 2019-12-19 15:32:36 -05:00
.mdl_config.json Add config file for markdownlint 2019-06-24 17:14:02 -04:00
.pre-commit-config.yaml Add seed-isort-config and isort to pre-commit hooks. 2019-12-19 15:32:36 -05:00
.prettierignore Configure prettier to ignore JSON files 2019-06-07 11:20:46 -04:00
.yamllint First commit 2019-03-11 08:52:57 -04:00
CONTRIBUTING.md Rename LICENSE.md to LICENSE, make the other changes that requires 2019-06-24 17:17:54 -04:00
LICENSE Rename LICENSE.md to LICENSE, make the other changes that requires 2019-06-24 17:17:54 -04:00
README.md Fix action shield link 2019-10-18 10:40:58 -04:00
requirements-dev.txt First commit 2019-03-11 08:52:57 -04:00
requirements-test.txt Remove black and pyupgrade from requirements-test 2019-03-30 12:47:36 -04:00

skeleton-generic

GitHub Build Status

This is a generic skeleton project that can be used to quickly get a new cisagov GitHub project started. This skeleton project contains licensing information, as well as pre-commit hooks and GitHub Actions configurations appropriate for the major languages that we use.

In many cases you will instead want to use one of the more specific skeleton projects derived from this one.

Contributing

We welcome contributions! Please see here for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.