From 2364a1b5510ff1bbb24f039e438baabeb39fc1cc Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Thu, 26 Jan 2023 20:50:30 -0300 Subject: [PATCH] chore: Remove GitHub Dependency Review configuration for FOSS This reverts commit 26ad53417afd9b444988551a6acc86807e196dc8. The shared configuration file will not be used after all. Ref: https://cordada.aha.io/features/TECHINFRA-163 --- .github/dependency-review-config-foss.yaml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/dependency-review-config-foss.yaml diff --git a/.github/dependency-review-config-foss.yaml b/.github/dependency-review-config-foss.yaml deleted file mode 100644 index 72565b5..0000000 --- a/.github/dependency-review-config-foss.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# GitHub Dependency Review Configuration for Free and Open Source Software -# -# Dependency review helps you understand dependency changes and the security impact of these -# changes. -# -# Documentation: -# - https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review - -fail-on-severity: critical