Skip to content

Commit

Permalink
docs: update rules path
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Aug 30, 2023
1 parent b6dcbd1 commit 99c7650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const yaml = require("js-yaml");
const cweList = require("./cweList.json");
const gitly = require("gitly");
const source = "bearer/bearer-rules";
const rulesPath = "_tmp/rules-data";
const rulesPath = "_tmp/rules-data/rules";
const excludeDirectories = [".github", "scripts"];

let counts = {
Expand Down

0 comments on commit 99c7650

Please sign in to comment.