diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-11-07 01:56:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 01:56:00 +0000 |
commit | 3dc9179df58f8c133164dea8d06d522426278260 (patch) | |
tree | 94a54e5bc1b4e02cd7422173263fc5a246fb5d09 /.github/workflows | |
parent | 89b27b21700fe9e06e871fb034e9f986c615bd07 (diff) | |
download | audit-tools-3dc9179df58f8c133164dea8d06d522426278260.tar.gz audit-tools-3dc9179df58f8c133164dea8d06d522426278260.tar.bz2 audit-tools-3dc9179df58f8c133164dea8d06d522426278260.zip |
Update crda.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/crda.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/crda.yml b/.github/workflows/crda.yml index 6433ffa..a4f4fe3 100644 --- a/.github/workflows/crda.yml +++ b/.github/workflows/crda.yml @@ -56,7 +56,7 @@ on: CRDA_KEY: required: false SNYK_TOKEN: - required: false + required: true workflow_dispatch: push: @@ -125,6 +125,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 |