From 45e12ed578c7cac6abb21d773b8305c73138d51d Mon Sep 17 00:00:00 2001 From: clecap Date: Mon, 19 Aug 2024 18:46:44 +0200 Subject: [PATCH] MP: --- .github/workflows/sbom-generation.yml | 6 +++--- .github/workflows/sync-labels.yml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sbom-generation.yml b/.github/workflows/sbom-generation.yml index b54d1cb1..6ff7bcbc 100644 --- a/.github/workflows/sbom-generation.yml +++ b/.github/workflows/sbom-generation.yml @@ -43,7 +43,7 @@ jobs: echo "Done doing syft help" syft docker:clecap:dante-wiki:latest -o json > .github/results/sbom-dante-wiki-docker.json echo "Done doing syft docker" - syft dir:. -o json > .github/results/sbom-dante-wiki-docker-repo.json + syft dir:. > .github/results/sbom-dante-wiki-docker-repo.json echo "Done doing syft dir" # syft scan dante-wiki:latest -o json > .github/results/sbom-dante-wiki.json # syft scan dante-wiki:latest -o spdx > .github/results/sbom-dante-wiki.spdx @@ -58,8 +58,8 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add .github/results/sbom-dante-wiki.json - git add .github/results/sbom-dante-wiki.spdx - git add .github/results/sbom-dante-wiki.xml +# git add .github/results/sbom-dante-wiki.spdx +# git add .github/results/sbom-dante-wiki.xml git commit -m "Add auto-generated SBOM files" git push origin ${{ github.ref }} env: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index d2a367fc..d9763c67 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -28,5 +28,4 @@ jobs: uses: reposync/labeler@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - labels: ${{ secrets.GITHUB_TOKEN }} labels: ${{ toJson(file('labels.json')) }}