Skip to content

Commit

Permalink
Emergency fix to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Mar 3, 2023
1 parent 315e647 commit 3a1e173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
check-latest: true
- run: go version
-
name: Generate SBOM
uses: anchore/sbom-action@v0
Expand Down
4 changes: 2 additions & 2 deletions sbom/bomber.cyclonedx.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid:1e209a63-5b30-4137-81c6-63a733b3c49c",
"serialNumber": "urn:uuid:7a0624d7-b482-41fc-9b2b-df94ecc2294e",
"version": 1,
"metadata": {
"timestamp": "2023-03-03T08:47:12-07:00",
"timestamp": "2023-03-03T09:06:11-07:00",
"tools": [
{
"vendor": "anchore",
Expand Down

0 comments on commit 3a1e173

Please sign in to comment.