Skip to content

Commit 5aa0d43

Browse files
authored
chore/updated links to cbomkit org (#66)
* chore/updated links to cbomkit org Signed-off-by: san-zrl <san@zurich.ibm.com> * chore/updated links to cbomkit org Signed-off-by: san-zrl <san@zurich.ibm.com> --------- Signed-off-by: san-zrl <san@zurich.ibm.com>
1 parent 2a9cda7 commit 5aa0d43

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
env:
2525
REGISTRY: "ghcr.io"
26-
ORG: "pqca"
26+
ORG: "cbomkit"
2727
IMAGE_NAME: "cbomkit-action"
2828

2929
jobs:
@@ -94,7 +94,7 @@ jobs:
9494
uses: advanced-security/maven-dependency-submission-action@v5
9595
if: github.event_name != 'pull_request'
9696
- name: Create CBOM
97-
uses: PQCA/cbomkit-action@v2.1.1
97+
uses: cbomkit/cbomkit-action@v2.1.1
9898
id: cbom
9999
# Persist CBOM after a job has completed and share
100100
# 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Default tag is edge. This will be overritten for each release
22
# and a dedicated release tag will be set.
3-
FROM ghcr.io/pqca/cbomkit-action:edge
3+
FROM ghcr.io/cbomkit/cbomkit-action:edge

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Create CBOM
31-
uses: PQCA/cbomkit-action@v2.1.0
31+
uses: cbomkit/cbomkit-action@v2.1.1
3232
id: cbom
3333
env:
3434
CBOMKIT_LANGUAGES: java, python # or java or python
@@ -67,7 +67,7 @@ CBOMkit-action's behavior can be controlled via the following additional environ
6767

6868
## Supported languages and libraries
6969

70-
The current scanning capabilities of the CBOMkit are defined by the [Sonar Cryptography Plugin's](https://github.com/IBM/sonar-cryptography) supported languages
70+
The current scanning capabilities of the CBOMkit are defined by the [Sonar Cryptography Plugin's](https://github.com/cbomkit/sonar-cryptography) supported languages
7171
and cryptographic libraries:
7272

7373
| Language | Cryptographic Library | Coverage |

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<repositories>
2222
<repository>
2323
<id>github</id>
24-
<url>https://maven.pkg.github.com/PQCA/cbomkit-lib</url>
24+
<url>https://maven.pkg.github.com/cbomkit/cbomkit-lib</url>
2525
</repository>
2626
</repositories>
2727

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.pqca</groupId>
3737
<artifactId>cbomkit-lib</artifactId>
38-
<version>1.0.2</version>
38+
<version>1.0.3</version>
3939
</dependency>
4040
</dependencies>
4141

0 commit comments

Comments
 (0)