Skip to content

Commit ae02d58

Browse files
authored
Merge pull request #26 from cbomkit/chore/update-links
chore/updated links to cbomkit org
2 parents 593488d + 32b7130 commit ae02d58

File tree

4 files changed

+1126
-1013
lines changed

4 files changed

+1126
-1013
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ on:
2121
types: [ "published" ]
2222
workflow_dispatch:
2323

24-
env:
25-
REGISTRY: "ghcr.io"
26-
ORG: "PQCA"
27-
IMAGE_NAME: "cbomkit"
28-
2924
jobs:
3025
build:
3126
runs-on: ubuntu-latest
@@ -72,7 +67,7 @@ jobs:
7267
env:
7368
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7469
- name: Create CBOM
75-
uses: PQCA/[email protected]
70+
uses: cbomkit/[email protected]
7671
id: cbom
7772
# Persist CBOM after a job has completed and share
7873
# that CBOM with another job in the same workflow.

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
22

3-
* @PQCA/cbomkit-maintainers
3+
* @cbomkit/cbomkit-maintainers

0 commit comments

Comments
 (0)