Skip to content

Commit

Permalink
adding new positive test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioSCX committed Jan 29, 2024
1 parent 0aff501 commit f7f6f27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "3"

services:
app:
build: app
ports:
- "0.0.0.0:80:80"

internal:
build: internal
pid: "host"

Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"severity": "MEDIUM",
"line": 6,
"filename": "positive2.yaml"
},
{
"queryName": "Host Namespace is Shared",
"severity": "MEDIUM",
"line": 11,
"filename": "positive3.yaml"
}
]

0 comments on commit f7f6f27

Please sign in to comment.