We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfed0c commit b3f7ae1Copy full SHA for b3f7ae1
.github/workflows/reusable-publish-image.yaml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/checkout@v5
54
55
- name: Login to GitHub Container Registry
56
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
57
with:
58
registry: ghcr.io
59
username: ${{ github.actor }}
.github/workflows/yamory-scan.yaml
@@ -25,7 +25,7 @@ jobs:
25
sudo dpkg -i trivy_${TRIVY_VERSION}_Linux-64bit.deb
26
27
- name: Login to GHCR
28
29
30
31
0 commit comments