Skip to content

prowler v3 #484

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions cmd/vulcan-prowler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Copyright 2020 Adevinta

FROM toniblyx/prowler:2.12.1
FROM toniblyx/prowler:3.10.0

# Override entrypoint
ENTRYPOINT ["/usr/bin/env"]

# Copy CIS controls info file
COPY cis_controls.json cis_controls.json

# Install check
ARG TARGETOS TARGETARCH
COPY ${TARGETOS}/${TARGETARCH}/vulcan-prowler /
Expand Down
266 changes: 0 additions & 266 deletions cmd/vulcan-prowler/cis_controls.json

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/vulcan-prowler/local.toml.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Check]
Target = "arn:aws:iam::123456789012:root"
AssetType = "AWSAccount"
Options = '{"region":"eu-west-1","groups":["cislevel1"],"session_duration":3600}'
Options = '{"region":"eu-west-1","groups":["cis_2.0_aws"],"session_duration":3600}'
[RequiredVars]
VULCAN_ASSUME_ROLE_ENDPOINT = "http://localhost:8080/assume"
ROLE_NAME = "SecurityAuditRole"
Loading