Skip to content

Commit

Permalink
Setup inspector-sbomgen
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Jan 15, 2024
1 parent e8ee600 commit 79b5e90
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/amazon-inspector-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:
context: ${{ inputs.docker-context }}
push: true
tags: localhost:5000/${{ inputs.docker-image-name }}:latest

- name: Setup Inspector Sbomgen
- uses: plinioh/[email protected]
with:
binaryName: inspector-sbomgen
binaryUrl: https://amazon-inspector-sbomgen.s3.amazonaws.com/latest/linux/amd64/inspector-sbomgen.zip
binaryPathInArchive: inspector-sbomgen/inspector-sbomgen
- name: Test Inspector Sbomgen
run: inspector-sbomgen --version

0 comments on commit 79b5e90

Please sign in to comment.