Compare commits

..

No commits in common. "85468554126f9d524637e371c8c3484e4ed5a885" and "fdd3808c7e29bd77d4f416d8daaaa3bb998bfe78" have entirely different histories.

3 changed files with 5 additions and 41 deletions

View File

@ -32,37 +32,3 @@ jobs:
charts_dir: charts charts_dir: charts
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" 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

View File

@ -1,6 +1,6 @@
FROM alpine:latest as builder FROM alpine:latest as builder
ARG BW_VERSION=2022.11.0 ARG BW_VERSION=2022.8.0
RUN apk add wget unzip RUN apk add wget unzip

View File

@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
type: application type: application
version: "v0.4.3" version: "v0.4.1"
appVersion: "0.4.2" appVersion: "0.4.0"
keywords: keywords:
- operator - operator
@ -95,9 +95,7 @@ annotations:
artifacthub.io/operator: "true" artifacthub.io/operator: "true"
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: fixed
description: "Updated Dependencies to fix CVEs" description: "Fixed documentation and examples"
- kind: added
description: "Upload SBOM to GitHub Release"
artifacthub.io/images: | artifacthub.io/images: |
- name: bitwarden-crd-operator - name: bitwarden-crd-operator
image: lerentis/bitwarden-crd-operator:0.4.2 image: lerentis/bitwarden-crd-operator:0.4.0