Compare commits
2 Commits
0818f34eb4
...
282838086a
Author | SHA1 | Date |
---|---|---|
|
282838086a | |
|
be3800132f |
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v5
|
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
|
||||||
|
|
||||||
- name: Generate updated inventory
|
- name: Generate updated inventory
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
# Create a signature of the rules artifact as OCI artifact
|
# Create a signature of the rules artifact as OCI artifact
|
||||||
- name: Install Cosign
|
- name: Install Cosign
|
||||||
uses: sigstore/cosign-installer@v3.9.1
|
uses: sigstore/cosign-installer@v3.9.2
|
||||||
|
|
||||||
- name: Login with cosign
|
- name: Login with cosign
|
||||||
run: cosign login $OCI_REGISTRY --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }}
|
run: cosign login $OCI_REGISTRY --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue