Compare commits

..

4 Commits

Author SHA1 Message Date
Conventional Changelog Action
e9b9340604 chore 🤖: Release v1.0.5 [skip ci] [skip ci] 2023-09-22 20:08:08 +00:00
c47edea183 ci: move sbom into it's own file 2023-09-22 20:07:21 +00:00
Conventional Changelog Action
ffb7b6f1db chore 🤖: Release v1.0.4 [skip ci] [skip ci] 2023-09-22 20:02:19 +00:00
44e70e01be ci: test shifting sbom around 2023-09-22 20:01:20 +00:00
4 changed files with 26 additions and 8 deletions

View File

@@ -35,13 +35,6 @@ jobs:
push: true push: true
tags: registry.dangerous.tech/dangeroustech/zerotierbridge:latest tags: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
- name: Syft SBOM
uses: anchore/sbom-action@v0
with:
image: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Changelog - name: Changelog
uses: TriPSs/conventional-changelog-action@v3 uses: TriPSs/conventional-changelog-action@v3
id: changelog id: changelog

17
.github/workflows/sbom.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Generate SBOM
on:
release:
types: [created]
jobs:
GenerateSBOM:
runs-on: ubuntu-latest
steps:
- name: Generate SBOM
uses: anchore/sbom-action@v0
id: sbom
with:
image: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }}

View File

@@ -1,3 +1,11 @@
## [1.0.5](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.4...v1.0.5) (2023-09-22)
## [1.0.4](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.3...v1.0.4) (2023-09-22)
## [1.0.3](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.2...v1.0.3) (2023-09-22) ## [1.0.3](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.2...v1.0.3) (2023-09-22)

View File

@@ -1,3 +1,3 @@
{ {
"version": "1.0.3" "version": "1.0.5"
} }