Merge pull request #26 from p-num/ref-merge/b531f55bd0b48dfeed619e7fe8e30c0077e355ea

Automatic merge back to main
This commit is contained in:
postnumber
2026-04-30 12:37:36 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -335,6 +335,14 @@ jobs:
git diff "${{ steps.upstream.outputs.commit }}" HEAD -- \
':!LETRO_VERSION' ':!FORK_DIVERGENCE.md' ':!UPSTREAM_VERSION' \
> fork-changes.diff
- name: Login to GitHub Container Registry
uses: docker/login-action@v4.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install Trivy
run: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin

View File

@@ -1 +1 @@
1.1.1
1.1.2