Skip to content

Commit

Permalink
[Task] #9 enhance depency scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style authored Jan 10, 2024
1 parent 97fbf23 commit 5d56db4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/crda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d56db4

Please sign in to comment.