Skip to content

Commit

Permalink
[Task] #9 Change CRDA Scan to use synk Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style authored Jan 10, 2024
1 parent 5d56db4 commit 0bb3205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
id: scan
uses: redhat-actions/crda@v1
with:
crda_key: ${{ secrets.CRDA_KEY }} # Either use crda_key or snyk_token
# snyk_token: ${{ secrets.SNYK_TOKEN }}
#crda_key: ${{ secrets.CRDA_KEY }} # Either use crda_key or snyk_token
snyk_token: ${{ secrets.SNYK_TOKEN }}
upload_artifact: false # Set this to false to skip artifact upload

0 comments on commit 0bb3205

Please sign in to comment.