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 d4e2c3f commit 191fb18Copy full SHA for 191fb18
.github/workflows/ci.yaml
@@ -70,8 +70,7 @@ jobs:
70
token: ${{ secrets.DEPOT_PROJECT_TOKEN }}
71
push: true
72
provenance: false
73
- sbom: false
74
- platforms: linux/amd64,linux/arm64
+ sbom: true
75
tags: |
76
ghcr.io/devgine/yamllint:${{ env.VERSION }}
77
${{ env.LATEST && 'ghcr.io/devgine/yamllint:latest' || ''}}
0 commit comments