Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Stop using legacy data rules
Browse files Browse the repository at this point in the history
  • Loading branch information
neilprosser committed Feb 21, 2024
1 parent e721e4e commit eadb7c9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Empty file added .clj-kondo/.cache/v1/lock
Empty file.
1 change: 1 addition & 0 deletions .lsp/.cache/db.transit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/neil/development/github-secret-scanner-skill","~:kondo-config-hash","6f89e6cec9103e3fa71e04682a339199b291ac9abf43d7b4cd28900d286d7a1e","~:dependency-scheme","jar","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-full-dependencies","~:version",12,"~:stubs-generation-namespaces",["^1",[]]]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY package.json package-lock.json ./

RUN apk add --no-cache \
npm=8.10.0-r0 \
python3=3.10.9-r0 \
python3=3.10.13-r0 \
make=4.3-r0 \
g++=11.2.1_git20220219-r2 \
&& npm ci --no-optional \
Expand Down
2 changes: 1 addition & 1 deletion datalog/subscription/rescan_on_action.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@

;; check repo filter
[?commit :git.commit/repo ?repo]
(skill-repo-selected? ?ctx ?repo)
(repo-selected-by-any-filter? ?ctx ?repo)
]

0 comments on commit eadb7c9

Please sign in to comment.