Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #96 - remove bit.ly reference #99

Merged
merged 1 commit into from
Aug 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 1 addition & 11 deletions prowler
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,6 @@ infoReferenceLong(){
textNotice "https://github.com/Alfresco/aws-cis-security-benchmark/issues"
}


infoReferenceShort(){
# Report review note:
textNotice "http://bit.ly/2g3PEf7"
}

check11(){
ID11="1.1"
TITLE11="Avoid the use of the root account (Scored)."
Expand Down Expand Up @@ -715,7 +709,6 @@ check117(){
textTitle "$ID117" "$TITLE117" "SCORED" "LEVEL1"
textNotice "No command available for check 1.17 "
textNotice "See section 1.17 on the CIS Benchmark guide for details "
infoReferenceShort
}

check118(){
Expand Down Expand Up @@ -751,7 +744,6 @@ check119(){
textTitle "$ID119" "$TITLE119" "SCORED" "LEVEL1"
textNotice "No command available for check 1.19 "
textNotice "See section 1.19 on the CIS Benchmark guide for details "
infoReferenceShort
}

check120(){
Expand All @@ -761,16 +753,14 @@ check120(){
textTitle "$ID120" "$TITLE120" "SCORED" "LEVEL1"
textNotice "No command available for check 1.20 "
textNotice "See section 1.20 on the CIS Benchmark guide for details "
infoReferenceShort
}

check121(){
ID121="1.21"
TITLE121="Ensure IAM instance roles are used for AWS resource access from instances (Not Scored)"
textTitle "$ID121" "$TITLE121" "NOT_SCORED" "LEVEL2"
textNotice "No command available for check 1.21 "
textNotice "See section 1.21 on the CIS Benchmark guide for details "
infoReferenceShort
textNotice "See section 1.21 on the CIS Benchmark guide for details "
}

check122(){
Expand Down