Skip to content

Commit

Permalink
build: snyk release-candidate scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jul 15, 2024
1 parent a62def5 commit c317193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
uses: snyk/actions/docker@master
with:
image: ghcr.io/${{ github.repository }}:rc
args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=${{ github.ref_name }} --username=${{ github.actor }} --password=${{ secrets.GITHUB_TOKEN }}
args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=release-candidate --username=${{ github.actor }} --password=${{ secrets.GITHUB_TOKEN }}
command: monitor
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand All @@ -217,7 +217,7 @@ jobs:
uses: snyk/actions/docker@master
with:
image: ghcr.io/${{ github.repository }}:rc
args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=${{ github.ref_name }}
args: --file=Dockerfile --severity-threshold=high --project-name=${{ github.repository }} --target-reference=release-candidate
command: test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit c317193

Please sign in to comment.