diff --git a/api-examples/Get CVEs by Distro Version Packages.bru b/api-examples/Get CVEs by Distro Version Packages.bru deleted file mode 100644 index baab61d..0000000 --- a/api-examples/Get CVEs by Distro Version Packages.bru +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: Get CVEs by Distro Version Packages - type: http - seq: 5 -} - -get { - url: http://{{hostname}}:{{port}}/v1/cves/gardenlinux/version/1592.0/packages/vim,bash,python3,curl - body: none - auth: none -}