Skip to content

Commit 82aeaff

Browse files
authored
Merge pull request #153 from lool/drop-image-build-id-todo
fix: Drop leftover TODO to use buildid in images
2 parents 51312c6 + 963c1ee commit 82aeaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
contents: read # actions/checkout
3030

3131
env:
32-
# image build id; used for SBOM generation; TODO: should be used in image metadata too
32+
# image build id; used for SBOM generation
3333
BUILD_ID: ${{ github.run_id }}-${{ github.run_attempt }}
3434

3535
jobs:

0 commit comments

Comments
 (0)