diff --git a/scanners/boostsecurityio/checkov/tests.yaml b/scanners/boostsecurityio/checkov/tests.yaml new file mode 100644 index 00000000..df7f4c73 --- /dev/null +++ b/scanners/boostsecurityio/checkov/tests.yaml @@ -0,0 +1,7 @@ +version: "1.0" +tests: + - name: "terragoat" + type: "source-code" + source: + url: "https://github.com/bridgecrewio/terragoat.git" + ref: "main" diff --git a/scanners/boostsecurityio/osv-scanner/tests.yaml b/scanners/boostsecurityio/osv-scanner/tests.yaml new file mode 100644 index 00000000..cec06660 --- /dev/null +++ b/scanners/boostsecurityio/osv-scanner/tests.yaml @@ -0,0 +1,27 @@ +version: "1.0" +tests: + - name: "gitleaks" # GO + type: "source-code" + source: + url: "https://github.com/gitleaks/gitleaks.git" + ref: "v8.15.2" + - name: "vaultwarden" # RUST + type: "source-code" + source: + url: "https://github.com/dani-garcia/vaultwarden.git" + ref: "1.30.5" + - name: "docusaurus" # NPM + type: "source-code" + source: + url: "https://github.com/facebook/docusaurus.git" + ref: "v3.2.1" + - name: "nomulus" # Gradle + type: "source-code" + source: + url: "https://github.com/google/nomulus.git" + ref: "nomulus-20240501-RC00" + - name: "openvino" # Python + type: "source-code" + source: + url: "https://github.com/openvinotoolkit/openvino.git" + ref: "2024.1.0"