Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
ci(fix): use correct version for container-scanning-action
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 19, 2024
1 parent c6208c2 commit f3a9e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${{ steps.meta.outputs.labels }}
- name: Sign image and attach SBOM attestation
uses: adfinis/container-scanning-action@0.2.0
uses: adfinis/container-scanning-action@v0.2.0
with:
image-ref: ghcr.io/adfinis/timed-backend
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Scan backend image
runs-on: ubuntu-latest
steps:
- uses: adfinis/container-scanning-action@0.2.0
- uses: adfinis/container-scanning-action@v0.2.0
with:
image-ref: ghcr.io/adfinis/timed-backend
attest: true
Expand Down

0 comments on commit f3a9e5e

Please sign in to comment.