Skip to content

Commit

Permalink
Shorten repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Mar 1, 2024
1 parent 48e3874 commit e43f556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -47,13 +47,8 @@ Vulnerability threshold. Default `"critical"`.
## Example usage

```yaml
name: Continuous Integration

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down
3 changes: 1 addition & 2 deletions tests/amazon-inspector-image-scan/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e43f556

Please sign in to comment.