Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
ossec-cookbook
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
mirror
ossec-cookbook
Commits
00e28e9c
Unverified
Commit
00e28e9c
authored
Apr 13, 2020
by
Jason Field
Committed by
GitHub
Apr 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #132 from sous-chefs/automated/standardfiles
Automated PR: Standardising Files
parents
cfb8c689
a3afa547
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
57 additions
and
63 deletions
+57
-63
.editorconfig
.editorconfig
+11
-0
.gitattributes
.gitattributes
+1
-1
.gitignore
.gitignore
+1
-4
CONTRIBUTING.md
CONTRIBUTING.md
+2
-19
Dangerfile
Dangerfile
+2
-0
chefignore
chefignore
+40
-39
No files found.
.editorconfig
0 → 100755
View file @
00e28e9c
#https://EditorConfig.org
# top-most EditorConfig file
root=true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
.gitattributes
View file @
00e28e9c
* text=auto eol=lf
* text=auto eol=lf
\ No newline at end of file
.gitignore
View file @
00e28e9c
...
@@ -37,15 +37,12 @@ doc/
...
@@ -37,15 +37,12 @@ doc/
# chef stuff
# chef stuff
Berksfile.lock
Berksfile.lock
.kitchen
.kitchen
.
kitchen.local.yml
kitchen.local.yml
vendor/
vendor/
.coverage/
.coverage/
.zero-knife.rb
.zero-knife.rb
Policyfile.lock.json
Policyfile.lock.json
Cheffile.lock
.librarian/
# vagrant stuff
# vagrant stuff
.vagrant/
.vagrant/
.vagrant.d/
.vagrant.d/
.kitchen/
CONTRIBUTING.md
View file @
00e28e9c
# Contributing
# Contributing
## Branches
Please refer to
[
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
](
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
)
### `master` branch
The master branch is the current committed changes. These changes may not yet be released although we try to release often.
## Tags
All releases are tagged in git. To see the releases available to you see the changelog or the tags directly.
## Pull requests
-
<https://github.com/sous-chefs/ossec/pulls>
## Issues
Need to report an issue? Use the github issues:
-
<https://github.com/sous-chefs/ossec/issues>
Dangerfile
View file @
00e28e9c
...
@@ -29,6 +29,8 @@ failure 'Please provide a summary of your Pull Request.' if github.pr_body.lengt
...
@@ -29,6 +29,8 @@ failure 'Please provide a summary of your Pull Request.' if github.pr_body.lengt
warn
'This is a big Pull Request.'
if
git
.
lines_of_code
>
400
warn
'This is a big Pull Request.'
if
git
.
lines_of_code
>
400
warn
'This is a Table Flip.'
if
git
.
lines_of_code
>
2000
# Require a CHANGELOG entry for non-test changes.
# Require a CHANGELOG entry for non-test changes.
if
!
git
.
modified_files
.
include?
(
'CHANGELOG.md'
)
&&
code_changes?
if
!
git
.
modified_files
.
include?
(
'CHANGELOG.md'
)
&&
code_changes?
failure
'Please include a CHANGELOG entry.'
failure
'Please include a CHANGELOG entry.'
...
...
chefignore
View file @
00e28e9c
# Put files/directories that should be ignored in this file when uploading
# Put files/directories that should be ignored in this file when uploading
# to a
chef-server or s
upermarket.
# to a
Chef Infra Server or S
upermarket.
# Lines that start with '# ' are comments.
# Lines that start with '# ' are comments.
# OS generated files #
# OS generated files #
######################
######################
.DS_Store
.DS_Store
ehthumbs.db
Icon?
Icon?
nohup.out
nohup.out
ehthumbs.db
Thumbs.db
Thumbs.db
# SASS #
# SASS #
...
@@ -16,62 +16,64 @@ Thumbs.db
...
@@ -16,62 +16,64 @@ Thumbs.db
# EDITORS #
# EDITORS #
###########
###########
\#*
.#*
.#*
*~
.project
*.sw[a-z]
.settings
*_flymake
*_flymake.*
*.bak
*.bak
*.sw[a-z]
*.tmproj
*~
\#*
mkmf.log
REVISION
REVISION
TAGS*
TAGS*
tmtags
tmtags
*_flymake.*
*_flymake
*.tmproj
.project
.settings
mkmf.log
## COMPILED ##
## COMPILED ##
##############
##############
a.out
*.o
*.pyc
*.so
*.com
*.class
*.class
*.com
*.dll
*.dll
*.exe
*.exe
*.o
*.pyc
*.so
*/rdoc/
*/rdoc/
a.out
# Testing #
# Testing #
###########
###########
.watchr
.circleci/*
.codeclimate.yml
.foodcritic
.kitchen*
.rspec
.rspec
spec/*
.rubocop.yml
spec/fixtures/*
.travis.yml
test/*
.watchr
features/*
azure-pipelines.yml
examples/*
examples/*
features/*
Guardfile
Guardfile
kitchen.yml*
Procfile
Procfile
.kitchen*
.rubocop.yml
spec/*
Rakefile
Rakefile
.travis.yml
spec/*
.foodcritic
test/*
.codeclimate.yml
# SCM #
# SCM #
#######
#######
.git
.git
*/.git
.gitattributes
.gitconfig
.github/*
.gitignore
.gitignore
.gitmodules
.gitmodules
.gitconfig
.gitattributes
.svn
.svn
*/.bzr/*
*/.bzr/*
*/.git
*/.hg/*
*/.hg/*
*/.svn/*
*/.svn/*
...
@@ -82,6 +84,12 @@ Berksfile.lock
...
@@ -82,6 +84,12 @@ Berksfile.lock
cookbooks/*
cookbooks/*
tmp
tmp
# Bundler #
###########
vendor/*
Gemfile
Gemfile.lock
# Policyfile #
# Policyfile #
##############
##############
Policyfile.rb
Policyfile.rb
...
@@ -89,17 +97,10 @@ Policyfile.lock.json
...
@@ -89,17 +97,10 @@ Policyfile.lock.json
# Cookbooks #
# Cookbooks #
#############
#############
CONTRIBUTING*
CHANGELOG*
CHANGELOG*
CONTRIBUTING*
TESTING*
TESTING*
MAINTAINERS.toml
CODE_OF_CONDUCT*
# Strainer #
############
Colanderfile
Strainerfile
.colander
.strainer
# Vagrant #
# Vagrant #
###########
###########
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment