Skip to content

Commit

Permalink
wip: removed lint from policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscoleman committed Oct 17, 2023
1 parent 1d3d44a commit f148c5f
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,55 +87,6 @@
}
]
},
"lint": {
"name": "lint",
"attestations": [
{
"type": "https://witness.dev/attestations/environment/v0.1"
},
{
"type": "https://witness.dev/attestations/git/v0.1"
},
{
"type": "https://witness.dev/attestations/material/v0.1"
},
{
"type": "https://witness.dev/attestations/command-run/v0.1",
"regopolicies": [
{
"name": "expected command",
"module": "cGFja2FnZSBjb21tYW5kcnVuLmNtZAoKZGVueVttc2ddIHsKCWlucHV0LmNtZCAhPSBbIi9iaW4vc2giLCAiLWMiLCAiaGFkb2xpbnQgLWYgc2FyaWYgRG9ja2VyZmlsZSA+IHJlbGVhc2UvZXZpZGVuY2UvaGFkb2xpbnQuc2FyaWYiXQoJbXNnIDo9ICJ1bmV4cGVjdGVkIGNtZCIKfQ=="
}
]
},
{
"type": "https://witness.dev/attestations/product/v0.1"
}
],
"functionaries": [
{
"type": "root",
"certConstraint": {
"commonname": "*",
"dnsnames": [
"*"
],
"emails": [
"*"
],
"organizations": [
"*"
],
"uris": [
"*"
],
"roots": [
"dcf166eebe7cbd9760947a88213d94e656349c647d439569dc76a275f05b7159"
]
}
}
]
},
"sast": {
"name": "sast",
"attestations": [
Expand Down

0 comments on commit f148c5f

Please sign in to comment.