1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-19 19:12:38 +00:00
Commit graph

571 commits

Author SHA1 Message Date
Nicholas McDonnell
b857939b3d
Run pre-commit autoupdate. 2020-02-12 00:01:16 -05:00
Nick M
8116a89b8c
Merge pull request #32 from cisagov/improvements/update_python_version_and_checkout_action
Update Python and actions/checkout Versions
2020-02-11 11:30:55 -05:00
Nicholas McDonnell
f7a4166ad6
Update Python version used to 3.8
Update actions/checkout to v2
Update formatting to match downstream children
2020-02-11 10:41:17 -05:00
Nick M
3f6d654ad6
Merge pull request #31 from cisagov/improvements/add_wsl_instructions
Cleanup Linux instructions and add WSL references to CONTRIBUTING.md
2020-02-10 11:58:59 -05:00
Nicholas McDonnell
532751627a
Backported changes to CONTRIBUTING.md from the development guide. 2020-02-10 10:39:07 -05:00
Shane Frasier
a8e35d0fed
Merge pull request #29 from cisagov/improvement/better-handle-prs-from-forked-repos
Make workflow run when a PR is opened, synchronized, or reopened
2020-01-27 07:59:10 -05:00
Jeremy Frasier
dbd589d2e2
Improve list formatting 2020-01-24 17:10:49 -05:00
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
Nick M
09afdf3a7c
Merge pull request #28 from cisagov/improvements/pre-commit_add_isort
Add isort tool to pre-commit hooks.
2019-12-23 11:50:07 -05:00
Nicholas McDonnell
18b5d12c78
Add seed-isort-config and isort to pre-commit hooks.
Add isort configuration file.
2019-12-19 15:32:36 -05:00
Mark Feldhousen
b89eecb788
Update CODEOWNERS 2019-11-18 11:11:06 -05:00
Mark Feldhousen
3f9376036c
Merge pull request #25 from cisagov/improvement/codeowners
Add codeowners file with team OIS maintainers.
2019-11-18 10:43:39 -05:00
Felddy
e39dc88819
Add codeowners file with team OIS maintainers.
See: 
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2019-11-18 10:33:28 -05:00
Mark Feldhousen
5e269301d3
Merge pull request #24 from cisagov/improvement/pre_commit_default_python
Set a default language for pre-commit hooks
2019-11-15 12:33:53 -05:00
Felddy
30a16a3842
Autoupdate pre-commit hooks. 2019-11-15 11:51:46 -05:00
Felddy
7c0b30b495
Force pre-commit hooks to use python3.
Fixes #23
2019-11-15 11:50:38 -05:00
Mark Feldhousen
10bbfdf3ae
Merge pull request #22 from cisagov/improvement/action_cache
Add GitHub action caching of pre-commit hooks and pip packages.
2019-11-05 15:54:02 -05:00
Felddy
99c611557e
Remove search for previous pre-commit caches.
These seem to be very large caches.  Restoring an old one and updating 
it results in a cache larger than the maximum allowed cache size: 200MB. 
 
"Cache size of 254757924 bytes is over the 200MB limit, not saving 
cache."
So if the config changes it is best to just take the cache-miss and 
start from scratch.
2019-11-05 14:51:49 -05:00
Mark Feldhousen
c26ea017cf
Merge branch 'develop' into improvement/action_cache 2019-11-05 14:36:08 -05:00
Felddy
5d5567d303
Add GitHub action caching of pre-commit hooks and pip packages. 2019-11-05 14:27:20 -05:00
Nick M
7dfd8bf735
Merge pull request #21 from cisagov/pre-commit_autoupdate_2019-11-02
Re-enable ansible-lint and autoupgrade.
2019-11-05 11:47:19 -05:00
Nicholas McDonnell
3c78dd98a6 Re-enabled ansible-lint and ran pre-commit autoupgrade. 2019-11-02 19:48:42 -04:00
Mark Feldhousen
12b91c4850
Merge pull request #20 from cisagov/improvement/actions
Replace Travis-CI with GitHub actions
2019-10-18 11:18:27 -04:00
Felddy
b11e39abd7
Remove extra line. 2019-10-18 11:00:39 -04:00
Felddy
b31ad8591f
Disable ansible-lint until they fix their setup.py
See: https://github.com/ansible/ansible-lint/issues/590
2019-10-18 10:46:32 -04:00
Felddy
02fb008d62
Fix action shield link 2019-10-18 10:40:58 -04:00
Felddy
05a136bb11
Replace Travis-CI with GitHub actions. 2019-10-18 10:39:22 -04:00
dav3r
b189690a28
Merge pull request #18 from cisagov/improvement/updates_from_precommit_autoupdate
Add updates from running pre-commit autoupdate
2019-10-18 10:21:43 -04:00
Dave Redmin
78a230d46c
Add updates from running pre-commit autoupdate 2019-10-18 10:10:19 -04:00
Shane Frasier
7864f43524
Merge pull request #17 from cisagov/improvement/updates_from_precommit_autoupdate
Add updates from running pre-commit autoupdate
2019-09-11 20:35:47 -04:00
Jeremy Frasier
2932d35483
Add updates from running pre-commit autoupdate 2019-09-11 15:58:44 -04:00
Shane Frasier
0c5dacae8b
Merge pull request #16 from cisagov/improvement/markdownlint_config
Add markdownlint config
2019-06-24 21:57:25 -04:00
Jeremy Frasier
3fee0b8687
Rename LICENSE.md to LICENSE, make the other changes that requires
The license text is not actually in Markdown, and adding the .md
extension actually makes it render a little differently than intended.
2019-06-24 17:17:54 -04:00
Jeremy Frasier
1843ca0b48
Add config file for markdownlint
This config file turns off the "line too long" rule when within a code
block or a table.  Often there is no way to avoid going over 80 lines
in such cases.
2019-06-24 17:14:02 -04:00
Jeremy Frasier
a13597d233
Update pre-commit hooks via pre-commit autoupdate 2019-06-24 17:11:45 -04:00
Nick M
c449be113d
Merge pull request #15 from cisagov/update_contributing_text_blocks
Update two text blocks to use the console tag instead of the bash tag…
2019-06-20 15:57:12 -04:00
Nicholas McDonnell
c6f2adb6ab Update two text blocks to use the console tag instead of the bash tag for formatting. 2019-06-20 15:14:12 -04:00
Shane Frasier
5da4f0a99f
Merge pull request #14 from cisagov/improvement/tell_prettier_to_ignore_json_files
Configure prettier to ignore JSON files
2019-06-07 11:54:49 -04:00
Jeremy Frasier
bd4206bbcd
Configure prettier to ignore JSON files
JSON files are already being linted by the pretty-format-json hook.
2019-06-07 11:20:46 -04:00
Shane Frasier
6f566f708e
Merge pull request #13 from cisagov/bugfix/turn_off_terraform_docs_hook
Remove the terraform-docs hook
2019-06-06 16:37:37 -04:00
Jeremy Frasier
740457694a
Remove the terraform-docs hook
terraform-docs is currently broken with respect to terraform 0.12.
2019-06-06 16:33:07 -04:00
Shane Frasier
dfdc826d31
Merge pull request #12 from cisagov/improvement/update_precommit
Add changes from running pre-commit autoupdate
2019-06-06 16:20:14 -04:00
Jeremy Frasier
b58fa62c00
Add changes from running pre-commit autoupdate 2019-06-06 16:12:58 -04:00
Shane Frasier
a0bd7047f6
Merge pull request #11 from cisagov/improvement/use_travisci_caching
Use TravisCI caching to speed up builds
2019-05-26 15:06:22 -04:00
Jeremy Frasier
4e9280eb2b
Update pre-commit plugins to latest versions
Via pre-commit autoupdate.
2019-05-26 11:57:27 -04:00
Jeremy Frasier
a9ff3a336c
Enable TravisCI caching for pip and pre-commit plugins
This should speed up TravisCI builds.
2019-05-26 11:49:13 -04:00
Shane Frasier
76999e2466
Merge pull request #10 from cisagov/improvement/make_bandit_config_pass_yamllint
Make .bandit.yml pass yamllint
2019-05-06 11:26:16 -04:00
Jeremy Frasier
eb4fbd751b
Make .bandit.yml pass yamllint 2019-05-06 11:16:05 -04:00
Shane Frasier
c94b79deb5
Merge pull request #9 from cisagov/improvement-bandit-config
Run pre-commit autoupdate
2019-05-06 10:59:41 -04:00
Shane Frasier
3a24817f25
Merge branch 'develop' into improvement-bandit-config 2019-05-06 10:47:56 -04:00