Skip to content

kipz/clj-gpg-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-gpg-verify

Clojars Project

Verify tools deps/lein dependency gpg signatures via allow-list

Uses https://github.com/liquidz/antq for much of file/artifact wrangling, but also supports using environment based repo credentials from project.clj

Usage

Clojure Tools Deps

Add the following to your deps.edn:

  :gpg-verify {:exec-fn org.kipz.gpg-verify.clojure/gpg-verify
               :exec-args {:verify [mycommany/internal-cljj]}
               :extra-deps {org.kipz/clj-gpg-verify {:mvn/version "0.1.2"}}}

Leiningen

Put [org.kipz/clj-gpg-verify "0.1.2"] into the :plugins vector of your :user profile or in the :plugins of your poject.clj:

Add a list of dependencies to verify to your project.clj:

  :gpg-verify {:deps [mycommany/internal-clj]}

Then run:

$ lein gpg-verify

License

Copyright © 2021 James Carnegie

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http:https://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published