From e43f5569c37fdca1f31d6d4d2866e23c878ed598 Mon Sep 17 00:00:00 2001 From: mlewk Date: Fri, 1 Mar 2024 13:31:12 +0100 Subject: [PATCH] Shorten repo name --- README.md | 7 +------ tests/amazon-inspector-image-scan/Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6bd1543..56bee57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Amazon Inspector Vulnerability Scan GitHub Actions Workflow +# Amazon Inspector Vulnerability Scan Workflow Contains reusable GitHub Actions workflow to generate container image SBOM using [Amazon Inspector SBOM Generator](https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html) @@ -47,13 +47,8 @@ Vulnerability threshold. Default `"critical"`. ## Example usage ```yaml -name: Continuous Integration - on: - pull_request: push: - branches: - - main workflow_dispatch: permissions: diff --git a/tests/amazon-inspector-image-scan/Dockerfile b/tests/amazon-inspector-image-scan/Dockerfile index 0584cad..623a6dd 100644 --- a/tests/amazon-inspector-image-scan/Dockerfile +++ b/tests/amazon-inspector-image-scan/Dockerfile @@ -1,4 +1,3 @@ FROM alpine:3.19 -RUN apk --no-cache add curl=8.5.0-r0 unzip=6.0-r14 - +RUN apk --no-cache add curl~=8.5 unzip~=6.0