You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ jobs:
28
28
env:
29
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
30
- name: Create CBOM
31
-
uses: PQCA/cbomkit-action@v2.1.0
31
+
uses: cbomkit/cbomkit-action@v2.1.1
32
32
id: cbom
33
33
env:
34
34
CBOMKIT_LANGUAGES: java, python # or java or python
@@ -67,7 +67,7 @@ CBOMkit-action's behavior can be controlled via the following additional environ
67
67
68
68
## Supported languages and libraries
69
69
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
0 commit comments