Skip to content

Commit

Permalink
force add the test file
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock committed Feb 2, 2024
1 parent 9e9e81d commit be2dc8d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pkg/testdata/probe1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"date": "2024-02-01",
"repo": {
"name": "foo",
"commit": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"scorecard": {
"version": "1.2.3",
"commit": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
},
"findings": [
{
"location": {
"path": "some/path/to/file",
"type": 3
},
"probe": "check for X",
"message": "found X",
"outcome": 12
},
{
"probe": "check for Y",
"message": "did not find Y",
"outcome": 0
}
]
}

0 comments on commit be2dc8d

Please sign in to comment.