Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
test from main
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <strong.james.e@gmail.com>
  • Loading branch information
strongjz committed Jul 28, 2022
1 parent 5101f74 commit 79b79da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
echo "IMAGE=$(cat ko.images)" >> $GITHUB_ENV
- uses: strongjz/distroless-actions/vul-scans@cosign-update
- uses: distroless/actions/vul-scans@main
id: scans
with:
registry: ghcr.io
Expand All @@ -71,6 +71,7 @@ jobs:
RUN_TRIVY: "true"
UPLOAD_GITHUB_CODE: "true"


- name: Image Vunability scan output
env:
SNYK_COUNT: ${{ steps.scans.outputs.SNYK_COUNT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
security-events: write

steps:
- uses: strongjz/distroless-actions/vul-scans@cosign-update
- uses: distroless/actions/vul-scans@main
id: scans
with:
registry: ghcr.io
Expand Down

0 comments on commit 79b79da

Please sign in to comment.