-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3260 from plus3it/dependabot/submodules/gitsubmod…
…ule-5683d4745f
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule ash-linux-formula
updated
2 files
+10 −11 | ash-linux/el8/STIGbyID/cat2/RHEL-08-020041.sls | |
+1 −1 | tests/docker/centos8/Dockerfile |
Submodule ash-windows-formula
updated
14 files
+53 −0 | .editorconfig | |
+12 −0 | .github/dependabot.yml | |
+11 −0 | .github/workflows/lint.yml | |
+24 −0 | .github/workflows/test.yml | |
+4 −0 | .gitignore | |
+15 −0 | .mergify.yml | |
+2 −0 | .pydocstyle | |
+1 −0 | Dockerfile | |
+1 −0 | Makefile | |
+3 −1 | _modules/win_lgpo.py | |
+326 −320 | _modules/win_lgpo_ash.py | |
+47 −49 | _states/win_lgpo_ash.py | |
+0 −69 | appveyor.yml | |
+52 −50 | ash-windows/tools/convert-lgpo-policy.py |
Submodule fup-formula
updated
14 files
+36 −0 | .editorconfig | |
+20 −0 | .github/dependabot.yml | |
+11 −0 | .github/workflows/lint.yml | |
+24 −0 | .github/workflows/test.yml | |
+55 −0 | .gitignore | |
+15 −0 | .mergify.yml | |
+1 −0 | Dockerfile | |
+1 −0 | Makefile | |
+3 −6 | fup/init.sls | |
+5 −0 | tests/pillar/test-main/main.sls | |
+3 −0 | tests/pillar/test-main/top.sls | |
+0 −0 | tests/requirements-el7.txt | |
+0 −0 | tests/requirements-el8.txt | |
+1 −0 | tests/requirements.txt |