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>
.github/workflows/crda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) @@ -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