Skip to content

Commit

Permalink
Merge branch 'main' into feature/bump-lpm-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewton03 authored Oct 27, 2023
2 parents 6292aaf + 784847e commit e10d4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Build and Push Docker Image
env:
ECR_REGISTRY: public.ecr.aws/liquibase/liquibase
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.image.dockerfile }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
docker build -t liquibase/liquibase:${{ github.sha }} .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320
with:
image-ref: 'liquibase/liquibase:${{ github.sha }}'
format: 'sarif'
Expand Down

0 comments on commit e10d4ab

Please sign in to comment.