Compare commits

...

3 Commits

Author SHA1 Message Date
Conventional Changelog Action
c35e2e6641 chore 🤖: Release v1.0.3 [skip ci] [skip ci] 2023-09-22 19:48:20 +00:00
22a62a4c6f Merge pull request #18 from dangeroustech/biodrone/issue12
Integrate syft for SBOM
2023-09-22 20:47:13 +01:00
ad8063651d Integrate syft for SBOM
Fixes #12
2023-09-22 19:41:17 +00:00
3 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,13 @@ 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

View File

@@ -1,3 +1,7 @@
## [1.0.3](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.2...v1.0.3) (2023-09-22)
## [1.0.2](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.1...v1.0.2) (2023-09-22) ## [1.0.2](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.1...v1.0.2) (2023-09-22)

View File

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