mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-05-27 21:29:57 +03:00
SQSCANGHA-140 Add OpenPGP signature verification for scanner downloads (#235)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
// along with this program; if not, write to the Free Software Foundation,
|
||||
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
import fs from "fs";
|
||||
import { join } from "path";
|
||||
import fs from "node:fs";
|
||||
import { join } from "node:path";
|
||||
|
||||
export function validateScannerVersion(version) {
|
||||
if (!version) {
|
||||
|
||||
Reference in New Issue
Block a user