Skip to content

Commit

Permalink
Update DevSecOps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akindemirsec authored Apr 4, 2024
1 parent c3a23b0 commit 57a4746
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/workflows/DevSecOps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 20


- name: Checkout Source
id: checkout
uses: actions/checkout@v3
Expand All @@ -50,7 +45,23 @@ jobs:
with:
name: gosec-results
path: results.sarif


- name: Depcheck
uses: dependency-check/Dependency-Check_Action@main
id: Depcheck
with:
project: 'test'
path: '.'
format: 'HTML'
out: 'reports'
args: >
--enableRetired
- name: Upload Test results
uses: actions/upload-artifact@master
with:
name: Depcheck report
path: ${{github.workspace}}/reports

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 57a4746

Please sign in to comment.