Browse Source

chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/292
tags/v1.7.5
Imran Iqbal 3 years ago
parent
commit
f00d7ad348
No account linked to committer's email address
6 changed files with 17 additions and 10 deletions
  1. +8
    -1
      .gitignore
  2. +1
    -1
      CODEOWNERS
  3. +2
    -2
      test/integration/v3000-py2/controls/_mapdata.rb
  4. +2
    -2
      test/integration/v3000-py3/controls/_mapdata.rb
  5. +2
    -2
      test/integration/v3001-py3/controls/_mapdata.rb
  6. +2
    -2
      test/integration/v3002-py3/controls/_mapdata.rb

+ 8
- 1
.gitignore View File

venv/ venv/
ENV/ ENV/


# visual studio
.vs/

# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
.spyproject .spyproject
ignore/ ignore/
tmp/ tmp/


#Vagrant Specific files
# `salt-formula` -- Vagrant Specific files
.vagrant .vagrant
top.sls top.sls

# `suricata-formula` -- Platform binaries
*.rpm
*.deb

+ 1
- 1
CODEOWNERS View File

/*/_mapdata/ @saltstack-formulas/ssf /*/_mapdata/ @saltstack-formulas/ssf
/*/libsaltcli.jinja @saltstack-formulas/ssf /*/libsaltcli.jinja @saltstack-formulas/ssf
/*/libtofs.jinja @saltstack-formulas/ssf /*/libtofs.jinja @saltstack-formulas/ssf
/test/integration/**/_mapdata_spec.rb @saltstack-formulas/ssf
/test/integration/**/_mapdata.rb @saltstack-formulas/ssf
/test/integration/**/libraries/system.rb @saltstack-formulas/ssf /test/integration/**/libraries/system.rb @saltstack-formulas/ssf
/test/integration/**/inspec.yml @saltstack-formulas/ssf /test/integration/**/inspec.yml @saltstack-formulas/ssf
/test/integration/**/README.md @saltstack-formulas/ssf /test/integration/**/README.md @saltstack-formulas/ssf

test/integration/v3000-py2/controls/_mapdata_spec.rb → test/integration/v3000-py2/controls/_mapdata.rb View File



require 'yaml' require 'yaml'


control '`map.jinja` YAML dump' do
title 'should match the comparison file'
control 'salt._mapdata' do
title '`map.jinja` should match the reference file'


### Method ### Method
# The steps below for each file appear convoluted but they are both required # The steps below for each file appear convoluted but they are both required

test/integration/v3000-py3/controls/_mapdata_spec.rb → test/integration/v3000-py3/controls/_mapdata.rb View File



require 'yaml' require 'yaml'


control '`map.jinja` YAML dump' do
title 'should match the comparison file'
control 'salt._mapdata' do
title '`map.jinja` should match the reference file'


### Method ### Method
# The steps below for each file appear convoluted but they are both required # The steps below for each file appear convoluted but they are both required

test/integration/v3001-py3/controls/_mapdata_spec.rb → test/integration/v3001-py3/controls/_mapdata.rb View File



require 'yaml' require 'yaml'


control '`map.jinja` YAML dump' do
title 'should match the comparison file'
control 'salt._mapdata' do
title '`map.jinja` should match the reference file'


### Method ### Method
# The steps below for each file appear convoluted but they are both required # The steps below for each file appear convoluted but they are both required

test/integration/v3002-py3/controls/_mapdata_spec.rb → test/integration/v3002-py3/controls/_mapdata.rb View File



require 'yaml' require 'yaml'


control '`map.jinja` YAML dump' do
title 'should match the comparison file'
control 'salt._mapdata' do
title '`map.jinja` should match the reference file'


### Method ### Method
# The steps below for each file appear convoluted but they are both required # The steps below for each file appear convoluted but they are both required

Loading…
Cancel
Save