From 5d56db40f20b475aa8dd292cb38563a16f4538ef Mon Sep 17 00:00:00 2001 From: Type-Style Date: Wed, 10 Jan 2024 20:53:42 +0100 Subject: [PATCH] [Task] #9 enhance depency scan --- .github/workflows/crda.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/crda.yml b/.github/workflows/crda.yml index 02a11e3..75fd189 100644 --- a/.github/workflows/crda.yml +++ b/.github/workflows/crda.yml @@ -79,20 +79,9 @@ jobs: name: Scan project vulnerabilities with CRDA runs-on: ubuntu-20.04 steps: - - name: Check out repository uses: actions/checkout@v2 - - # ******************************************************************* - # Required: Instructions to setup project - # 1. Setup Go, Java, Node.js or Python depending on your project type - # 2. Setup Actions are listed below, choose one from them: - # - Go: https://github.com/actions/setup-go - # - Java: https://github.com/actions/setup-java - # - Node.js: https://github.com/actions/setup-node - # - Python: https://github.com/actions/setup-python - # - Example: + - name: Setup Node uses: actions/setup-node@v2 with: