Skip to content

Commit

Permalink
Try yet another way to pass option to secretlinter. ;(
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Oct 13, 2024
1 parent e09d1a5 commit 38c3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.secretlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"id": "@secretlint/secretlint-rule-basicauth",
"options": {
"allows": [ "https://HOSTNAME:[email protected]/nic/update" ]
"allows": [ "/secret/i" ]
}
}
]
Expand Down

0 comments on commit 38c3da0

Please sign in to comment.