Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

redhatrises
Copy link
Contributor

  • make should validate content during builds and fail if there is an issue

- make should validate content during builds and fail if there is an issue
- Add Fedora targets
- Disable validation for RHEL 7 until ready
@mpreisler
Copy link
Member

Wouldn't it be better to make a global validate target and do all validation there? The validate target would depend on build.

validation can be time consuming, you usually want to run build all the time but validation only before you commit.

I support global make validate. This change would be very useful for continuous integration.

@davesmith2
Copy link
Contributor

Agreed with Martin. Anecdotally, I rebuild the content frequently when editing the content - especially when doing things like copy-editing of the prose guide output. Validating it every time it goes through the build process would be dreadfully time-consuming, and wouldn't be of much value. That's why we've stuck with running make validate until now.

@agilmore2
Copy link
Contributor

Any way we can include 'make validate' in the hooks in some part of the new
workflow, maybe git push?

On Thu, Aug 21, 2014 at 8:42 AM, Dave Smith [email protected]
wrote:

Agreed with Martin. Anecdotally, I rebuild the content frequently when
editing the content - especially when doing things like copy-editing of the
prose guide output. Validating it every time it goes through the build
process would be dreadfully time-consuming, and wouldn't be of much value.
That's why we've stuck with running make validate until now.


Reply to this email directly or view it on GitHub
#35 (comment)
.

@redhatrises
Copy link
Contributor Author

Should the global make validate validate all xml content and then have targets for the specific operating systems? Or just have a global make validate validate all content without targets for the operating systems?

@redhatrises
Copy link
Contributor Author

Should the global make validate also run make before it runs make validate?

@shawndwells
Copy link
Member

@redhatrises - make content && make validate (no reason to run validate if the make content fails)

Add global validate to validate all targets and specific targets.
Remove use of validate-* targets

rhel6:
cd RHEL/6/ && $(MAKE)

rhel7:
cd RHEL/7/ && $(MAKE)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git warns about trailing whitespace on line 61

@mpreisler
Copy link
Member

EDIT by mpreisler: This is not my comment. redhatrises has edited it. My comment is quoted.

Agreed. Makes sense. Changes made. We will just need to make sure that once that content is good that the validate sections are re-enabled.

I have commented inline. Sadly it seems to me that only RHEL/6 and Fedora pass make validate. The others should probably be commented for now.

Yeah, agree that make validate makes sense for now just for RHEL/6 & Fedora (for the rest we will first need to get the into state, where make validate would pass in HEAD).

Jan

We need make validate to pass on HEAD. We need all pull requests to pass validation.

Thoughts?

- Remove trailing whitespace
- Add target dependencies to validate target
- Disable RHEL7, Openstack, and RHEV until content validates correctly
@redhatrises
Copy link
Contributor Author

Updated and commented to comments inline.

mpreisler added a commit that referenced this pull request Aug 26, 2014
@mpreisler mpreisler merged commit f9ed1cc into ComplianceAsCode:master Aug 26, 2014
@redhatrises redhatrises deleted the add_validate_make branch August 26, 2014 20:28
@redhatrises redhatrises modified the milestone: 0.1.19 Sep 3, 2014
guangyee added a commit to guangyee/content that referenced this pull request Jan 4, 2021
commit 8619434
Merge: 6f38f8c c76dfe1
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:27:48 2020 -0600

    Merge pull request ComplianceAsCode#39 from SUSE/SLES-12-030200

    add rules for SLES-12-030200

commit 6f38f8c
Merge: 5c02236 8c16494
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:24:43 2020 -0600

    Merge pull request ComplianceAsCode#38 from SUSE/SLES-12-010440

    Add rules for SLES-12-010440 STIG

commit 5c02236
Merge: 0cb378e 242f9fc
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:23:29 2020 -0600

    Merge pull request ComplianceAsCode#37 from SUSE/SLES-12-030030

    add rules for SLES-12-030030

commit 242f9fc
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:23:01 2020 -0600

    Update stig.profile

commit 910c97e
Merge: 9857ac4 0cb378e
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:20:25 2020 -0600

    Merge branch 'development' into SLES-12-030030

commit 9857ac4
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:15:02 2020 -0600

    Update rule.yml

commit 0cb378e
Merge: 5e7b685 2dd02c9
Author: Earl Sampson <[email protected]>
Date:   Tue Dec 15 08:08:22 2020 -0600

    Merge pull request ComplianceAsCode#35 from SUSE/SLES-12-030191_works

    Add rules and remediation for SLES-12-030191 STIG

commit c76dfe1
Author: yarunachalam <[email protected]>
Date:   Mon Dec 14 17:06:51 2020 -0600

    add rules for SLES-12-030200

commit 2dd02c9
Author: sampsone <[email protected]>
Date:   Thu Dec 10 16:04:02 2020 -0600

    Add rules and remediation for SLES-12-030191 STIG

commit 8c16494
Author: guangyee <[email protected]>
Date:   Mon Dec 14 23:48:14 2020 +0100

    Add rules for SLES-12-010440 STIG

commit 5e7b685
Merge: e1103c4 113a02a
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 16:42:35 2020 -0600

    Merge pull request ComplianceAsCode#36 from SUSE/SLES-12-010430

    Add rules for SLES-12-010430 STIG

commit d417b6b
Author: yarunachalam <[email protected]>
Date:   Mon Dec 14 15:58:34 2020 -0600

    add rules for SLES-12-030030

commit 113a02a
Author: guangyee <[email protected]>
Date:   Mon Dec 14 22:50:42 2020 +0100

    Add rules for SLES-12-010430 STIG

commit e1103c4
Merge: 9d75b87 9eb1374
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 15:24:27 2020 -0600

    Merge pull request ComplianceAsCode#34 from SUSE/SLES-12-030020

    add rules for SLES-12-030020

commit 9d75b87
Merge: 2d57b35 d70053a
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 15:19:07 2020 -0600

    Merge pull request ComplianceAsCode#33 from SUSE/SLES-12-010720

    Add SLES-12-010720

commit 9eb1374
Author: yarunachalam <[email protected]>
Date:   Mon Dec 14 14:59:50 2020 -0600

    add rules for SLES-12-030020

commit d70053a
Author: mbelur <[email protected]>
Date:   Mon Dec 14 21:36:47 2020 +0100

    Add SLES-12-010720

commit 2d57b35
Merge: af47528 0121e67
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:25:18 2020 -0600

    Merge pull request ComplianceAsCode#31 from SUSE/SLES-12-010360

    Add rules for SLES-12-010360 STIG

commit 0121e67
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:22:24 2020 -0600

    Update stig.profile

commit 72563e5
Merge: 1cfc5f6 af47528
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:21:19 2020 -0600

    Merge branch 'development' into SLES-12-010360

commit af47528
Merge: 5cea7d3 903223d
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:19:46 2020 -0600

    Merge pull request ComplianceAsCode#30 from SUSE/SLES-12-010290

    Add rules for SLES-12-010290 STIG

commit 903223d
Merge: 5ccda09 5cea7d3
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:18:32 2020 -0600

    Merge branch 'development' into SLES-12-010290

commit 5cea7d3
Merge: e24f6ac 23d048e
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:16:32 2020 -0600

    Merge pull request ComplianceAsCode#29 from SUSE/SLES-12-010620

    Add rules for SLES-12-010620

commit 23d048e
Merge: e941db6 e24f6ac
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:15:39 2020 -0600

    Merge branch 'development' into SLES-12-010620

commit e24f6ac
Merge: b4eee96 122ec88
Author: Earl Sampson <[email protected]>
Date:   Mon Dec 14 11:13:08 2020 -0600

    Merge pull request ComplianceAsCode#28 from SUSE/SLES-12-010260

    Add SLES-12-010260 STIG

commit 1cfc5f6
Author: guangyee <[email protected]>
Date:   Sat Dec 12 05:57:56 2020 +0100

    Add rules for SLES-12-010360 STIG

commit 122ec88
Author: guangyee <[email protected]>
Date:   Sat Dec 12 00:36:38 2020 +0100

    Add SLES-12-010260 STIG

commit 5ccda09
Author: guangyee <[email protected]>
Date:   Sat Dec 12 01:26:12 2020 +0100

    Add rules for SLES-12-010290 STIG

commit e941db6
Author: mbelur <[email protected]>
Date:   Sat Dec 12 01:22:37 2020 +0100

    Add rules for SLES-12-010620

commit b4eee96
Merge: 17e111a 1f0433f
Author: Fergal Mc Carthy <[email protected]>
Date:   Fri Dec 11 10:19:05 2020 -0500

    Merge pull request ComplianceAsCode#21 from SUSE/SLES-12-020070

commit 1f0433f
Merge: 85dab91 17e111a
Author: Fergal Mc Carthy <[email protected]>
Date:   Fri Dec 11 10:17:54 2020 -0500

    Merge branch 'development' into SLES-12-020070

commit 17e111a
Merge: 558d1e3 38b01d4
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:36:21 2020 -0600

    Merge pull request ComplianceAsCode#27 from SUSE/SLES-12-010231

    Add rules for SLES-12-010231 STIG

commit 38b01d4
Merge: 9d0dae9 558d1e3
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:35:14 2020 -0600

    Merge branch 'development' into SLES-12-010231

commit 558d1e3
Merge: ca312c2 c384142
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:34:27 2020 -0600

    Merge pull request ComplianceAsCode#26 from SUSE/SLES-12-010340

    Add rules for SLES-12-010340

commit c384142
Merge: 54bd2d1 ca312c2
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:33:37 2020 -0600

    Merge branch 'development' into SLES-12-010340

commit ca312c2
Merge: d638701 d83d6c8
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:32:44 2020 -0600

    Merge pull request ComplianceAsCode#25 from SUSE/SLES-12-010280

    Add rules for SLES-12-010280

commit d83d6c8
Merge: 2b5c3ee d638701
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:31:28 2020 -0600

    Merge branch 'development' into SLES-12-010280

commit d638701
Merge: 0d4bb4b be53999
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:30:04 2020 -0600

    Merge pull request ComplianceAsCode#24 from SUSE/SLES-12-010270

    Add rules for SLES-12-010270

commit 0d4bb4b
Merge: d26d46d a178afe
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 20:29:25 2020 -0600

    Merge pull request ComplianceAsCode#23 from SUSE/SLES-12-030190

    Add rules for SLES-12-030190 STIG

commit 9d0dae9
Author: guangyee <[email protected]>
Date:   Fri Dec 11 01:22:43 2020 +0100

    Add rules for SLES-12-010231 STIG

commit 54bd2d1
Author: mbelur <[email protected]>
Date:   Fri Dec 11 00:46:39 2020 +0100

    Add rules for SLES-12-010340

commit 2b5c3ee
Author: mbelur <[email protected]>
Date:   Thu Dec 10 23:34:17 2020 +0100

    Add rules for SLES-12-010280

commit be53999
Author: mbelur <[email protected]>
Date:   Thu Dec 10 22:10:36 2020 +0100

    Add rules for SLES-12-010270

commit a178afe
Author: sampsone <[email protected]>
Date:   Thu Dec 10 11:49:38 2020 -0600

    Add rules for SLES-12-030190 STIG

commit d26d46d
Merge: 99aa16e f28e22a
Author: Earl Sampson <[email protected]>
Date:   Thu Dec 10 13:53:49 2020 -0600

    Merge pull request ComplianceAsCode#22 from SUSE/SLES-12-010210

    Add rules for SLES-12-010210 STIG

commit f28e22a
Author: guangyee <[email protected]>
Date:   Thu Dec 10 18:51:33 2020 +0100

    Add rules for SLES-12-010210 STIG

commit 85dab91
Author: Alexander Bergmann <[email protected]>
Date:   Thu Dec 10 15:18:32 2020 +0000

    SLES-12-020070 package_audit-audispd-plugins_installed

commit 99aa16e
Merge: 7cc973e 21d24cd
Author: Jeremy Moffitt <[email protected]>
Date:   Thu Dec 10 06:07:56 2020 -0800

    Merge pull request ComplianceAsCode#20 from rtamalin/fix_merge_resolution_errors

    Fix merge conflict resolution errors

commit 21d24cd
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:49:34 2020 -0500

    Fix merge conflict resolution errors

commit 7cc973e
Merge: 0a02e6b aeca62f
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:27:18 2020 -0500

    Merge pull request ComplianceAsCode#19 from SUSE/SLES-12-020060

commit aeca62f
Merge: 4c21dda 0a02e6b
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:26:45 2020 -0500

    Merge branch 'development' into SLES-12-020060

commit 0a02e6b
Merge: bdc7519 cd915fb
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:26:12 2020 -0500

    Merge pull request ComplianceAsCode#18 from SUSE/SLES-12-020050

commit cd915fb
Merge: 7d1aa40 bdc7519
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:25:38 2020 -0500

    Merge branch 'development' into SLES-12-020050

commit bdc7519
Merge: 47cb753 23b97d8
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:24:37 2020 -0500

    Merge pull request ComplianceAsCode#17 from SUSE/SLES-12-020040

commit 23b97d8
Merge: a1e5218 47cb753
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:23:39 2020 -0500

    Merge branch 'development' into SLES-12-020040

commit 47cb753
Merge: f97b7c1 47f336c
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:22:59 2020 -0500

    Merge pull request ComplianceAsCode#16 from SUSE/SLES-12-010140

commit 47f336c
Merge: 10e5e9b f97b7c1
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:22:01 2020 -0500

    Merge branch 'development' into SLES-12-010140

commit f97b7c1
Merge: 44382d5 185e04b
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:21:21 2020 -0500

    Merge pull request ComplianceAsCode#15 from SUSE/SLES-12-010410

commit 185e04b
Merge: ce59911 44382d5
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:20:48 2020 -0500

    Merge branch 'development' into SLES-12-010410

commit 44382d5
Merge: c4d8374 179b5e7
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:20:09 2020 -0500

    Merge pull request ComplianceAsCode#13 from SUSE/SLES-12-010030

commit 179b5e7
Merge: 46f6e01 c4d8374
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:19:48 2020 -0500

    Merge branch 'development' into SLES-12-010030

commit c4d8374
Merge: 145ff67 7392de0
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:19:00 2020 -0500

    Merge pull request ComplianceAsCode#6 from SUSE/SLES-12-010650

commit 7392de0
Merge: d98c1b5 145ff67
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:18:35 2020 -0500

    Merge branch 'development' into SLES-12-010650

commit 145ff67
Merge: 412845c bddcefa
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:17:51 2020 -0500

    Merge pull request ComplianceAsCode#9 from SUSE/SLES-12-010610

commit bddcefa
Merge: 03d1336 412845c
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:16:44 2020 -0500

    Merge branch 'development' into SLES-12-010610

commit 412845c
Merge: dfbfb26 7de7e10
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:15:47 2020 -0500

    Merge pull request ComplianceAsCode#14 from SUSE/SLES-12-020030

commit 7de7e10
Merge: 13a3607 dfbfb26
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:15:06 2020 -0500

    Merge branch 'development' into SLES-12-020030

commit dfbfb26
Merge: ba3384b deade29
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:14:16 2020 -0500

    Merge pull request ComplianceAsCode#12 from SUSE/enable_bash_service_templates

    Add SLE for bash service enable/disable

commit ba3384b
Merge: 857df44 b885701
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:13:33 2020 -0500

    Merge pull request ComplianceAsCode#11 from SUSE/SLES-12-020010

commit b885701
Merge: b9965fb 857df44
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:12:56 2020 -0500

    Merge branch 'development' into SLES-12-020010

commit 857df44
Merge: 2272211 60d665f
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:12:10 2020 -0500

    Merge pull request ComplianceAsCode#8 from SUSE/SLES-12-020000

commit 60d665f
Merge: edc56a7 2272211
Author: Fergal Mc Carthy <[email protected]>
Date:   Thu Dec 10 08:11:24 2020 -0500

    Merge branch 'development' into SLES-12-020000

commit 4c21dda
Author: Alexander Bergmann <[email protected]>
Date:   Thu Dec 10 13:08:06 2020 +0000

    SLES-12-020060: auditd_data_disk_full_action

commit 7d1aa40
Author: Alexander Bergmann <[email protected]>
Date:   Thu Dec 10 09:57:19 2020 +0000

    SLES-12-020050: postfix_client_configure_mail_alias

commit a1e5218
Author: Alexander Bergmann <[email protected]>
Date:   Thu Dec 10 08:42:48 2020 +0000

    SLES-12-020040: auditd_data_retention_action_mail_acct

commit 10e5e9b
Author: guangyee <[email protected]>
Date:   Thu Dec 10 07:56:24 2020 +0100

    Add rules for SLES-12-010140 STIG

commit 03d1336
Merge: 565afd7 2272211
Author: Guang Yee <[email protected]>
Date:   Wed Dec 9 22:05:22 2020 -0800

    Merge branch 'development' into SLES-12-010610

commit d98c1b5
Merge: bf69194 2272211
Author: Guang Yee <[email protected]>
Date:   Wed Dec 9 22:04:20 2020 -0800

    Merge branch 'development' into SLES-12-010650

commit 46f6e01
Author: guangyee <[email protected]>
Date:   Wed Dec 9 23:57:20 2020 +0100

    Add rules for SLES-12-010030 STIG

commit ce59911
Author: mbelur <[email protected]>
Date:   Thu Dec 10 01:18:50 2020 +0100

    Add rules for SLES-12-010410

commit 13a3607
Author: Alexander Bergmann <[email protected]>
Date:   Thu Dec 10 00:07:56 2020 +0000

    SLES-12-020030 auditd_data_retention_space_left

commit deade29
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 22:41:16 2020 +0000

    Add SLE for bash service enable/disable

commit b9965fb
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 22:14:59 2020 +0000

    SLES-12-020010: Enable auditd Service

commit 2272211
Merge: 2b6cd4c 3a58be0
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 17:08:57 2020 -0500

    Merge pull request ComplianceAsCode#7 from SUSE/SLES-12-010400

commit 3a58be0
Merge: d95aae0 2b6cd4c
Author: mbelur <[email protected]>
Date:   Wed Dec 9 22:45:14 2020 +0100

    Merge branch 'development' into SLES-13-010400

commit 2b6cd4c
Merge: c85a0a4 d87a9e7
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 16:34:38 2020 -0500

    Merge pull request ComplianceAsCode#10 from SUSE/package_installed

commit d87a9e7
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 21:25:38 2020 +0000

    Add zypper install/remove to bash macros

commit 565afd7
Author: guangyee <[email protected]>
Date:   Wed Dec 9 00:06:21 2020 +0100

    Add rules for SLES-12-010610 and SLES-12-010611

commit 19fd9e5
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 11:46:30 2020 +0000

    Enable package_installed bash remediation for sle

commit edc56a7
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 10:47:11 2020 +0000

    SLES-12-020000: audit package must be installed

commit d95aae0
Merge: 7b50408 c85a0a4
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 04:41:43 2020 -0500

    Merge branch 'development' into SLES-12-010400

commit 7b50408
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 04:40:46 2020 -0500

    Update linux_os/guide/services/obsolete/r_services/no_user_host_based_files/ansible/shared.yml

commit bf69194
Merge: 60e5be2 c85a0a4
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 04:30:46 2020 -0500

    Merge branch 'development' into SLES-12-010650

commit c85a0a4
Merge: e9ff6b3 3f04dd2
Author: Fergal Mc Carthy <[email protected]>
Date:   Wed Dec 9 04:28:39 2020 -0500

    Merge pull request ComplianceAsCode#5 from SUSE/SLES-12-030260

commit 3f04dd2
Merge: c0d143d e9ff6b3
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 09:04:33 2020 +0100

    Merge branch 'development' into SLES-12-030260

commit e9ff6b3
Merge: 1aba6c7 aa136c9
Author: Alexander Bergmann <[email protected]>
Date:   Wed Dec 9 09:03:52 2020 +0100

    Merge pull request ComplianceAsCode#4 from SUSE/SLES-12-010380

    Add rules for SLES-12-010380

commit 7834598
Author: mbelur <[email protected]>
Date:   Wed Dec 9 02:29:07 2020 +0100

    Add ansible based remediation for rule SLES-14-010400

commit 60e5be2
Author: guangyee <[email protected]>
Date:   Wed Dec 9 01:19:54 2020 +0100

    Add rules for SLES-12-010650 STIG

commit c0d143d
Author: mbelur <[email protected]>
Date:   Tue Dec 8 20:50:38 2020 +0100

    Add rules for SLES-12-030260

commit aa136c9
Author: guangyee <[email protected]>
Date:   Tue Dec 8 18:48:31 2020 +0100

    Add rules for SLES-12-010380

commit 1aba6c7
Merge: 0ab49ad 47a11b2
Author: Alexander Bergmann <[email protected]>
Date:   Tue Dec 8 12:37:54 2020 +0100

    Merge pull request ComplianceAsCode#2 from SUSE/SLES-12-010110

    Add rules for SLES-12-010110

commit 47a11b2
Merge: 823ce0e 0ab49ad
Author: Alexander Bergmann <[email protected]>
Date:   Tue Dec 8 12:37:03 2020 +0100

    Merge branch 'development' into SLES-12-010110

commit 0ab49ad
Merge: 531107e afd2e65
Author: Alexander Bergmann <[email protected]>
Date:   Tue Dec 8 12:34:48 2020 +0100

    Merge pull request ComplianceAsCode#3 from SUSE/SLES-12-030150

    Add rules for SLES-12-030150

commit afd2e65
Author: mbelur <[email protected]>
Date:   Mon Dec 7 22:54:43 2020 +0100

    Add rules for SLES-12-030150

commit 823ce0e
Author: guangyee <[email protected]>
Date:   Mon Dec 7 07:00:36 2020 +0100

    Add rules for SLES-12-010110

commit 531107e
Merge: 06913d7 cc4fc23
Author: Fergal Mc Carthy <[email protected]>
Date:   Fri Dec 4 06:55:28 2020 -0500

    Merge pull request ComplianceAsCode#1 from SUSE/tumbleweed_container

    Add Dockerfile for the Tumbleweed build container

commit cc4fc23
Author: guangyee <[email protected]>
Date:   Thu Dec 3 23:21:56 2020 +0100

    Add Dockerfile for the Tumbleweed build container

    Per upstream documentation, to create the image:

    docker build --no-cache --file Dockerfiles/tumbleweed --tag oscap:$(date -u +%Y%m%d%H%M) --tag oscap:latest .

    To run the build:

    docker run --cap-drop=all --name oscap-content oscap:latest
brett060102 added a commit to brett060102/content that referenced this pull request Apr 2, 2021
Add rules and remediation for SLES-12-030191 STIG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancements to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants