mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 00:56:58 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09370a89a7 | ||
| 1c41eb9e1b | |||
| 89e29531f0 | |||
| ec84d91bc3 | |||
|
|
9cc7d36434 | ||
| ab9c1c4816 | |||
|
|
f94f69a8f7 | ||
| 24c26bea0d | |||
|
|
3b4b067420 | ||
| 8e6724ef25 |
24
.github/workflows/docker-build.yml
vendored
24
.github/workflows/docker-build.yml
vendored
@@ -35,6 +35,28 @@ jobs:
|
||||
push: true
|
||||
tags: registry.dangerous.tech/dangeroustech/zerotierbridge:latest
|
||||
|
||||
- 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 }}
|
||||
format: spdx-json
|
||||
output-file: ./sbom.spdx.json
|
||||
|
||||
- name: Scan SBOM
|
||||
uses: anchore/scan-action@v3
|
||||
id: scan
|
||||
with:
|
||||
sbom: sbom.spdx.json
|
||||
fail-build: false
|
||||
|
||||
- name: upload Anchore scan SARIF report
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: ${{ steps.scan.outputs.sarif }}
|
||||
|
||||
- name: Changelog
|
||||
uses: TriPSs/conventional-changelog-action@v3
|
||||
id: changelog
|
||||
@@ -58,3 +80,5 @@ jobs:
|
||||
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||
name: ${{ steps.changelog.outputs.tag }}
|
||||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||
files: |
|
||||
sbom.spdx.json
|
||||
|
||||
17
.github/workflows/sbom.yml
vendored
17
.github/workflows/sbom.yml
vendored
@@ -1,17 +0,0 @@
|
||||
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 }}
|
||||
23
CHANGELOG.md
23
CHANGELOG.md
@@ -1,4 +1,25 @@
|
||||
## [1.0.6](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.5...v1.0.6) (2023-09-22)
|
||||
## [1.0.10](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.9...v1.0.10) (2023-09-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* upload sarif file ([89e2953](https://github.com/dangeroustech/ZeroTierBridge/commit/89e29531f070539935a93b6f55d791170ea42e72))
|
||||
|
||||
|
||||
|
||||
## [1.0.9](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.8...v1.0.9) (2023-09-22)
|
||||
|
||||
|
||||
|
||||
## [1.0.8](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.7...v1.0.8) (2023-09-22)
|
||||
|
||||
|
||||
|
||||
## [1.0.7](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.6...v1.0.7) (2023-09-22)
|
||||
|
||||
|
||||
|
||||
## [1.0.6](https://github.com/dangeroustech/ZeroTierBridge/compare/v0.0.1...v1.0.6) (2023-09-22)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "1.0.6"
|
||||
"version": "1.0.10"
|
||||
}
|
||||
6883
results.sarif
Normal file
6883
results.sarif
Normal file
File diff suppressed because it is too large
Load Diff
94855
sbom.spdx.json
Normal file
94855
sbom.spdx.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user