Skip to content

Commit

Permalink
Merge branch 'main' into chore/common-files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jul 15, 2024
2 parents 62ad2fa + 1657d99 commit 2c718f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: Build Docker image
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
id: build-push
with:
file: Dockerfile
Expand All @@ -79,7 +79,7 @@ jobs:
OPENSSL_VERSION=${{ matrix.openssl_version }}
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
uses: anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
continue-on-error: true
id: scan
with:
Expand All @@ -88,7 +88,7 @@ jobs:
add-cpes-if-none: true

- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

Expand Down

0 comments on commit 2c718f2

Please sign in to comment.