mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 09:06:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
344e30a1f0 | ||
| d3f10891c8 | |||
|
|
7eb72f78f3 | ||
| 6e3c2690fc |
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
id: scan
|
id: scan
|
||||||
with:
|
with:
|
||||||
sbom: sbom.spdx.json
|
sbom: sbom.spdx.json
|
||||||
severity-cutoff: high
|
severity-cutoff: medium
|
||||||
fail-build: false
|
fail-build: false
|
||||||
only-fixed: true
|
only-fixed: true
|
||||||
by-cve: true
|
by-cve: true
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
git-message: "chore 🤖: Release {version} [skip ci]"
|
git-message: "chore 🤖: Release {version}"
|
||||||
output-file: "CHANGELOG.md"
|
output-file: "CHANGELOG.md"
|
||||||
tag-prefix: "v"
|
tag-prefix: "v"
|
||||||
fallback-version: "1.0.0"
|
fallback-version: "1.0.0"
|
||||||
|
|||||||
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,3 +1,16 @@
|
|||||||
|
## [1.0.13](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.12...v1.0.13) (2023-09-22)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [1.0.12](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.11...v1.0.12) (2023-09-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* correct double message ([6e3c269](https://github.com/dangeroustech/ZeroTierBridge/commit/6e3c2690fc612e42c1d2818cc8d4bdfb9d5e39ba))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.11](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.10...v1.0.11) (2023-09-22)
|
## [1.0.11](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.10...v1.0.11) (2023-09-22)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.11"
|
"version": "1.0.13"
|
||||||
}
|
}
|
||||||
3732
sbom.spdx.json
3732
sbom.spdx.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user