Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/msdo-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
uses: microsoft/security-devops-action@latest
with:
tools: 'checkov'
source-root: vulnerable-infra
output-path: results
env:
GDN_CHECKOV_TARGETDIRECTORY: ${{ github.workspace }}/vulnerable-infra

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vulnerable Test Application

Test4
Test5

This is a deliberately vulnerable Node.js application designed for testing container vulnerability scanning tools like Trivy.

Expand Down
Loading