From 8120c338e08c16c9d8b9425ef76175318a22b612 Mon Sep 17 00:00:00 2001 From: Fraser Davidson Date: Thu, 30 May 2024 21:45:39 +0100 Subject: [PATCH] WIP --- MAINTAINERS.md | 6 +++--- README.rst | 12 ++++++------ overview.md | 4 ++-- package.json | 8 ++++---- .../InstallSheriffCLIV0/package.json | 2 +- .../InstallSheriffCLI/InstallSheriffCLIV0/task.json | 4 ++-- tasks/SheriffApply/SheriffApplyV0/package.json | 2 +- tasks/SheriffApply/SheriffApplyV0/task.json | 4 ++-- tasks/SheriffPlan/SheriffPlanV0/package.json | 2 +- tasks/SheriffPlan/SheriffPlanV0/task.json | 4 ++-- vss-extension.json | 4 ++-- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 47088cc..0f8f4c1 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,6 +4,6 @@ | Maintainer | GitHub ID | Affiliation | | --------------- | --------- | ----------- | -| Craig Anderson | [cda0](https://github.com/cda0) | [Frontier](https://github.com/gofrontier-com/) | -| Fraser Davidson | [frasdav](https://github.com/frasdav) | [Frontier](https://github.com/gofrontier-com/) | -| Neil Cowlin | [n-cow](https://github.com/n-cow) | [Frontier](https://github.com/gofrontier-com/) | +| Craig Anderson | [cda0](https://github.com/cda0) | [Frontier](https://github.com/frontierhq/) | +| Fraser Davidson | [frasdav](https://github.com/frasdav) | [Frontier](https://github.com/frontierhq/) | +| Neil Cowlin | [n-cow](https://github.com/n-cow) | [Frontier](https://github.com/frontierhq/) | diff --git a/README.rst b/README.rst index 98a440e..8bbd2dc 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -.. image:: https://github.com/gofrontier-com/sheriff-azure-devops-extension/actions/workflows/ci.yml/badge.svg - :target: https://github.com/gofrontier-com/sheriff-azure-devops-extension/actions/workflows/ci.yml -.. image:: https://github.com/gofrontier-com/sheriff-azure-devops-extension/actions/workflows/release.yml/badge.svg - :target: https://github.com/gofrontier-com/sheriff-azure-devops-extension/actions/workflows/release.yml +.. image:: https://github.com/frontierhq/sheriff-azure-devops-extension/actions/workflows/ci.yml/badge.svg + :target: https://github.com/frontierhq/sheriff-azure-devops-extension/actions/workflows/ci.yml +.. image:: https://github.com/frontierhq/sheriff-azure-devops-extension/actions/workflows/release.yml/badge.svg + :target: https://github.com/frontierhq/sheriff-azure-devops-extension/actions/workflows/release.yml | @@ -19,7 +19,7 @@ About ----- This is an Azure DevOps extension that provides tasks for installing and running -`Sheriff `_, a command line tool to +`Sheriff `_, a command line tool to manage Microsoft Entra Privileged Identity Management (Microsoft Entra PIM) using desired state configuration. @@ -81,4 +81,4 @@ This task runs Sheriff in apply mode, equivalent to running ``sheriff apply [mod Contributing ------------ -We welcome contributions to this repository. Please see `CONTRIBUTING.md `_ for more information. +We welcome contributions to this repository. Please see `CONTRIBUTING.md `_ for more information. diff --git a/overview.md b/overview.md index c5e0bcc..327826e 100644 --- a/overview.md +++ b/overview.md @@ -3,7 +3,7 @@ ## About This is an Azure DevOps extension that provides tasks for installing and running -[Sheriff](https://github.com/gofrontier-com/sheriff), a command line tool to +[Sheriff](https://github.com/frontierhq/sheriff), a command line tool to manage Microsoft Entra Privileged Identity Management (Microsoft Entra PIM) using desired state configuration. @@ -51,4 +51,4 @@ This task runs Sheriff in apply mode, equivalent to running ``sheriff apply [mod ## Contributing -We welcome contributions to this repository. Please see [CONTRIBUTING.md](https://github.com/gofrontier-com/sheriff-azure-devops-extension/tree/main/CONTRIBUTING.md) for more information. +We welcome contributions to this repository. Please see [CONTRIBUTING.md](https://github.com/frontierhq/sheriff-azure-devops-extension/tree/main/CONTRIBUTING.md) for more information. diff --git a/package.json b/package.json index d0827f3..a46119c 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ }, "repository": { "type": "git", - "url": "git@github.com:gofrontier-com/sheriff-azure-devops-extension.git" + "url": "git@github.com:frontierhq/sheriff-azure-devops-extension.git" }, - "author": "Frontier Digital Ltd", + "author": "Frontier", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/gofrontier-com/sheriff-azure-devops-extension/issues" + "url": "https://github.com/frontierhq/sheriff-azure-devops-extension/issues" }, - "homepage": "https://github.com/gofrontier-com/sheriff-azure-devops-extension#readme", + "homepage": "https://github.com/frontierhq/sheriff-azure-devops-extension#readme", "dependencies": { "fs-extra": "^11.1.1", "rimraf": "^5.0.1", diff --git a/tasks/InstallSheriffCLI/InstallSheriffCLIV0/package.json b/tasks/InstallSheriffCLI/InstallSheriffCLIV0/package.json index 4dfaf43..240173b 100644 --- a/tasks/InstallSheriffCLI/InstallSheriffCLIV0/package.json +++ b/tasks/InstallSheriffCLI/InstallSheriffCLIV0/package.json @@ -7,7 +7,7 @@ "test:js": "eslint .", "test:unit": "mocha test/unit --recursive --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-" }, - "author": "Frontier Digital Ltd", + "author": "Frontier", "license": "GPL-3.0", "dependencies": { "axios": "^1.4.0", diff --git a/tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json b/tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json index 84d9798..e2b8f79 100644 --- a/tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json +++ b/tasks/InstallSheriffCLI/InstallSheriffCLIV0/task.json @@ -5,9 +5,9 @@ "friendlyName": "Install Sheriff CLI", "instanceNameFormat": "Install Sheriff CLI", "description": "Installs the Sheriff CLI", - "helpUrl": "https://github.com/gofrontier-com/sheriff-azure-devops-extension/tasks//InstallSheriffCLIV0/README.md", + "helpUrl": "https://github.com/frontierhq/sheriff-azure-devops-extension/tasks//InstallSheriffCLIV0/README.md", "category": "Utility", - "author": "Frontier Digital Ltd", + "author": "Frontier", "inputs": [ { "name": "version", diff --git a/tasks/SheriffApply/SheriffApplyV0/package.json b/tasks/SheriffApply/SheriffApplyV0/package.json index d20b09f..56992e7 100644 --- a/tasks/SheriffApply/SheriffApplyV0/package.json +++ b/tasks/SheriffApply/SheriffApplyV0/package.json @@ -7,7 +7,7 @@ "test:js": "eslint .", "test:unit": "mocha test/unit --recursive --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-" }, - "author": "Frontier Digital Ltd", + "author": "Frontier", "license": "GPL-3.0", "dependencies": { "axios": "^1.4.0", diff --git a/tasks/SheriffApply/SheriffApplyV0/task.json b/tasks/SheriffApply/SheriffApplyV0/task.json index f1cb06c..48ee4b5 100644 --- a/tasks/SheriffApply/SheriffApplyV0/task.json +++ b/tasks/SheriffApply/SheriffApplyV0/task.json @@ -5,9 +5,9 @@ "friendlyName": "Sheriff apply", "instanceNameFormat": "Sheriff apply", "description": "Runs the apply action on Sheriff", - "helpUrl": "https://github.com/gofrontier-com/sheriff-azure-devops-extension/tasks/SheriffApply/SheriffApplyV0/README.md", + "helpUrl": "https://github.com/frontierhq/sheriff-azure-devops-extension/tasks/SheriffApply/SheriffApplyV0/README.md", "category": "Utility", - "author": "Frontier Digital Ltd", + "author": "Frontier", "inputs": [ { "name": "configDir", diff --git a/tasks/SheriffPlan/SheriffPlanV0/package.json b/tasks/SheriffPlan/SheriffPlanV0/package.json index b104954..8025c2e 100644 --- a/tasks/SheriffPlan/SheriffPlanV0/package.json +++ b/tasks/SheriffPlan/SheriffPlanV0/package.json @@ -7,7 +7,7 @@ "test:js": "eslint .", "test:unit": "mocha test/unit --recursive --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-" }, - "author": "Frontier Digital Ltd", + "author": "Frontier", "license": "GPL-3.0", "dependencies": { "axios": "^1.4.0", diff --git a/tasks/SheriffPlan/SheriffPlanV0/task.json b/tasks/SheriffPlan/SheriffPlanV0/task.json index 52a571e..15af0b9 100644 --- a/tasks/SheriffPlan/SheriffPlanV0/task.json +++ b/tasks/SheriffPlan/SheriffPlanV0/task.json @@ -5,9 +5,9 @@ "friendlyName": "Sheriff plan", "instanceNameFormat": "Sheriff plan", "description": "Runs the plan action on Sheriff", - "helpUrl": "https://github.com/gofrontier-com/sheriff-azure-devops-extension/tasks/SheriffPlan/SheriffPlanV0/README.md", + "helpUrl": "https://github.com/frontierhq/sheriff-azure-devops-extension/tasks/SheriffPlan/SheriffPlanV0/README.md", "category": "Utility", - "author": "Frontier Digital Ltd", + "author": "Frontier", "inputs": [ { "name": "configDir", diff --git a/vss-extension.json b/vss-extension.json index 9d65470..719457d 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -21,7 +21,7 @@ ], "repository": { "type": "git", - "uri": "https://github.com/gofrontier-com/sheriff-azure-devops-extension" + "uri": "https://github.com/frontierhq/sheriff-azure-devops-extension" }, "content": { "details": { @@ -30,7 +30,7 @@ }, "links": { "learn": { - "uri": "https://github.com/gofrontier-com/sheriff" + "uri": "https://github.com/frontierhq/sheriff" } }, "icons": {