Skip to content

entur/Gradle-CircleCI-Orb-Dependency-Check-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orb depedency check plugin

This is a simple gradle plugin to check the orbs used in the circle ci config against the newest config at Circleci orb registry. The config is assumed to be located under $projectRoot/.circleci/config.yml

Inspired by https://github.com/ben-manes/gradle-versions-plugin

How to use

Add the following to build.gradle

plugins {
    id 'org.entur.plugins.orbdependencycheck'
}

check.dependsOn orbsDependencyCheck

Example output


------------------------------------------------------------
: Project Dependency Updates 
------------------------------------------------------------

The following orbs are using the latest release version:
- circleci/[email protected]

The following orbs have later release versions:
- circleci/[email protected] -> 3.4.1
        https://circleci.com/orbs/registry/orb/circleci/slack

Unable to determime version for orbs:
- unknown/[email protected]

Deploy

gw publishPlugins -Pgradle.publish.key=[KEY] -Pgradle.publish.secret=[SECRET]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages