mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 00:56:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfc86697e4 | ||
| 3a0be9b7dd | |||
|
|
e9b9340604 | ||
| c47edea183 |
9
.github/workflows/docker-build.yml
vendored
9
.github/workflows/docker-build.yml
vendored
@@ -58,12 +58,3 @@ jobs:
|
||||
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||
name: ${{ steps.changelog.outputs.tag }}
|
||||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||
|
||||
- name: Syft SBOM
|
||||
uses: anchore/sbom-action@v0
|
||||
id: sbom
|
||||
if: ${{ steps.changelog.outputs.skipped == 'false' }}
|
||||
with:
|
||||
image: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
|
||||
registry-username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
registry-password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
17
.github/workflows/sbom.yml
vendored
Normal file
17
.github/workflows/sbom.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Generate SBOM
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created, published]
|
||||
|
||||
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 }}
|
||||
@@ -1,3 +1,11 @@
|
||||
## [1.0.6](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.5...v1.0.6) (2023-09-22)
|
||||
|
||||
|
||||
|
||||
## [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,3 +1,3 @@
|
||||
{
|
||||
"version": "1.0.4"
|
||||
"version": "1.0.6"
|
||||
}
|
||||
Reference in New Issue
Block a user