Skip to content

Commit

Permalink
Merge pull request #6 from wolfi-dev/jdolitsky-patch-4
Browse files Browse the repository at this point in the history
Fix grype-trivy-scan-example
  • Loading branch information
jdolitsky authored Jul 20, 2023
2 parents 6126f52 + 2f7c729 commit dd6ff7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ on:
jobs:
wolfi-act:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write # needed for GitHub OIDC Token
steps:
- uses: actions/checkout@v3
- uses: wolfi-dev/wolfi-act@main
with:
packages: curl,apko,cosign,crane
packages: grype,trivy
command: |
set -x
grype cgr.dev/chainguard/nginx
Expand Down
6 changes: 1 addition & 5 deletions examples/grype-trivy-scan-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ on:
jobs:
wolfi-act:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write # needed for GitHub OIDC Token
steps:
- uses: actions/checkout@v3
- uses: wolfi-dev/wolfi-act@main
with:
packages: curl,apko,cosign,crane
packages: grype,trivy
command: |
set -x
grype cgr.dev/chainguard/nginx
Expand Down

0 comments on commit dd6ff7d

Please sign in to comment.