audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

3dc9179df58f8c133164dea8d06d522426278260

signed_unknown_key

author: Christian Cleberg <156287552+ccleberg@users.noreply.github.com> · 2024-11-07T01:56:00Z
committer: <noreply@github.com>

Update crda.yml
 .github/workflows/crda.yml | 6 +++---
 1 file 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