/
githubmirror
/
gitleaks
Обзор
Документация
Войти
/
githubmirror
/
gitleaks
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testdata/expected/report/junit_simple.xml
11 строк
2 KB
Richard Gomez
feat(git): include link in report (#1698)
19 янв 2025, 23:03
Не верифицирован
19 янв 2025, 23:03
3c7f3f0
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <testsuites> <testsuite failures="2" name="gitleaks" tests="2" time=""> <testcase classname="Test Rule" file="auth.py" name="test-rule has detected a secret in file auth.py, line 1, at commit 0000000000000000." time=""> <failure message="test-rule has detected a secret in file auth.py, line 1, at commit 0000000000000000." type="Test Rule">{
	"RuleID": "test-rule",
	"Description": "Test Rule",
	"StartLine": 1,
	"EndLine": 2,
	"StartColumn": 1,
	"EndColumn": 2,
	"Match": "line containing secret",
	"Secret": "a secret",
	"File": "auth.py",
	"SymlinkFile": "",
	"Commit": "0000000000000000",
	"Entropy": 0,
	"Author": "John Doe",
	"Email": "johndoe@gmail.com",
	"Date": "10-19-2003",
	"Message": "opps",
	"Tags": [],
	"Fingerprint": ""
}</failure> </testcase> <testcase classname="Test Rule" file="auth.py" name="test-rule has detected a secret in file auth.py, line 2." time=""> <failure message="test-rule has detected a secret in file auth.py, line 2." type="Test Rule">{
	"RuleID": "test-rule",
	"Description": "Test Rule",
	"StartLine": 2,
	"EndLine": 3,
	"StartColumn": 1,
	"EndColumn": 2,
	"Match": "line containing secret",
	"Secret": "a secret",
	"File": "auth.py",
	"SymlinkFile": "",
	"Commit": "",
	"Entropy": 0,
	"Author": "",
	"Email": "",
	"Date": "",
	"Message": "",
	"Tags": [],
	"Fingerprint": ""
}</failure> </testcase> </testsuite> </testsuites>