Compare commits
No commits in common. "85468554126f9d524637e371c8c3484e4ed5a885" and "fdd3808c7e29bd77d4f416d8daaaa3bb998bfe78" have entirely different histories.
8546855412
...
fdd3808c7e
34
.github/workflows/release.yml
vendored
34
.github/workflows/release.yml
vendored
@ -32,37 +32,3 @@ jobs:
|
||||
charts_dir: charts
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
- name: Get app version from chart
|
||||
uses: mikefarah/yq@v4.30.6
|
||||
id: app_version
|
||||
with:
|
||||
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
||||
|
||||
- name: Create SBOM
|
||||
uses: anchore/sbom-action@v0
|
||||
with:
|
||||
image: lerentis/bitwarden-crd-operator:${{ steps.app_version.outputs.result }}
|
||||
|
||||
- name: Publish SBOM
|
||||
uses: anchore/sbom-action/publish-sbom@v0
|
||||
with:
|
||||
sbom-artifact-match: ".*\\.spdx\\.json"
|
||||
|
||||
- name: Get Latest Tag
|
||||
id: previoustag
|
||||
uses: WyriHaximus/github-action-get-previous-tag@v1
|
||||
|
||||
- name: Download SBOM from github action
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ env.ANCHORE_SBOM_ACTION_PRIOR_ARTIFACT }}
|
||||
|
||||
- name: Add SBOM to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file_glob: true
|
||||
file: lerentis-bitwarden-crd-operator_*.spdx.json
|
||||
tag: ${{ steps.previoustag.outputs.tag }}
|
||||
overwrite: false
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine:latest as builder
|
||||
|
||||
ARG BW_VERSION=2022.11.0
|
||||
ARG BW_VERSION=2022.8.0
|
||||
|
||||
RUN apk add wget unzip
|
||||
|
||||
|
@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
|
||||
|
||||
type: application
|
||||
|
||||
version: "v0.4.3"
|
||||
version: "v0.4.1"
|
||||
|
||||
appVersion: "0.4.2"
|
||||
appVersion: "0.4.0"
|
||||
|
||||
keywords:
|
||||
- operator
|
||||
@ -95,9 +95,7 @@ annotations:
|
||||
artifacthub.io/operator: "true"
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: "Updated Dependencies to fix CVEs"
|
||||
- kind: added
|
||||
description: "Upload SBOM to GitHub Release"
|
||||
description: "Fixed documentation and examples"
|
||||
artifacthub.io/images: |
|
||||
- name: bitwarden-crd-operator
|
||||
image: lerentis/bitwarden-crd-operator:0.4.2
|
||||
image: lerentis/bitwarden-crd-operator:0.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user