mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Minor fixes for checks 774 and 775
Faraz minor fixes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -16,3 +16,6 @@ Sessionx.vim
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# MacOs DS_Store
|
||||
*.DS_Store
|
||||
@@ -10,7 +10,7 @@
|
||||
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations under the License.
|
||||
CHECK_ID_extra774="1.23"
|
||||
CHECK_ID_extra774="7.74"
|
||||
CHECK_TITLE_extra774="[extra774] Check if user have unused console login"
|
||||
CHECK_SCORED_extra774="NOT_SCORED"
|
||||
CHECK_TYPE_extra774="EXTRA"
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations under the License.
|
||||
CHECK_ID_extra775="0.00"
|
||||
CHECK_ID_extra775="7.75"
|
||||
CHECK_TITLE_extra775="[extra775] Find secrets in EC2 Auto Scaling Launch Configuration (Not Scored) (Not part of CIS benchmark)"
|
||||
CHECK_SCORED_extra775="NOT_SCORED"
|
||||
CHECK_TYPE_extra775="EXTRA"
|
||||
CHECK_ALTERNATE_check000="extra775"
|
||||
CHECK_ALTERNATE_check775="extra775"
|
||||
|
||||
extra775(){
|
||||
SECRETS_TEMP_FOLDER="$PROWLER_DIR/secrets-$ACCOUNT_NUM"
|
||||
|
||||
Reference in New Issue
Block a user