Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#12057 from Mab879/fix_platforms_i…
Browse files Browse the repository at this point in the history
…n_tests

Fix platforms -> platform in test metadata
  • Loading branch information
dodys authored Jun 12, 2024
2 parents 7fe69e7 + dca2547 commit 0e6c15e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*
exit 0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# remediation = none

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# remediation = none

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# remediation = none

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sed '/AllowUnauthenticated/Id' -i /etc/apt/apt.conf /etc/apt/apt.conf.d/*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu

sshd_approved_macs="hmac-sha2-512,[email protected],hmac-sha2-256,[email protected]"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = dconf,gdm

clean_dconf_settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = dconf,gdm

clean_dconf_settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = ufw
# remediation = none

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = ufw

source common.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = ufw

source common.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platforms = multi_platform_ubuntu
# platform = multi_platform_ubuntu
# packages = ufw

source common.sh
Expand Down

0 comments on commit 0e6c15e

Please sign in to comment.