Skip to content

Commit

Permalink
Merge pull request #162 from jonrau1/auditors_jun_2023
Browse files Browse the repository at this point in the history
AWS CIS Benchmark 1.5 & AWS Auditor Expansion
  • Loading branch information
jonrau1 authored Jun 27, 2023
2 parents 1f25bd7 + 5f8f7b5 commit 5156da4
Show file tree
Hide file tree
Showing 71 changed files with 25,567 additions and 10,014 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sbom-vulns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Scan the CDX SBOM with Grype
- name: Grype Scan SBOM
uses: anchore/[email protected].5
uses: anchore/[email protected].6
id: scan
with:
output-format: sarif
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#specific language governing permissions and limitations
#under the License.

# latest hash as of 5 JUNE 2023 - Alpine 3.18.0 / alpine:latest
# https://hub.docker.com/layers/library/alpine/3.18.0/images/sha256-02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11?context=explore
# latest hash as of 15 JUNE 2023 - Alpine 3.18.0 / alpine:latest
# https://hub.docker.com/layers/library/alpine/3.18.0/images/sha256-25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70?context=explore
# use as builder image to pull in required deps
FROM alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 AS builder
FROM alpine@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 AS builder

LABEL org.opencontainers.image.source="https://github.com/alpinelinux/docker-alpine"

Expand All @@ -41,9 +41,9 @@ RUN \
rm -rf /tmp/* && \
rm -f /var/cache/apk/*

# latest hash as of 5 JUNE 2023 - Alpine 3.18.0 / alpine:latest
# https://hub.docker.com/layers/library/alpine/3.18.0/images/sha256-02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11?context=explore
FROM alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 as electriceye
# latest hash as of 15 JUNE 2023 - Alpine 3.18.0 / alpine:latest
# https://hub.docker.com/layers/library/alpine/3.18.0/images/sha256-25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70?context=explore
FROM alpine@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 as electriceye

COPY --from=builder /usr /usr

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ In total there are:

- **3** Supported Public CSPs: `AWS`, `GCP`, `OCI`
- **2** Supported SaaS Provider: `ServiceNow`, `M365`
- **972** ElectricEye Checks
- **140** Supported CSP & SaaS Asset Components across all Services
- **112** ElectricEye Auditors
- **1037** ElectricEye Checks
- **156** Supported CSP & SaaS Asset Components across all Services
- **117** ElectricEye Auditors

The tables of supported Services and Checks have been migrated to the respective per-Provider setup documentation linked above in [Configuring ElectricEye](#configuring-electriceye).

Expand Down
Loading

0 comments on commit 5156da4

Please sign in to comment.