Skip to content

Commit

Permalink
MP:
Browse files Browse the repository at this point in the history
  • Loading branch information
clecap committed Aug 19, 2024
1 parent 800db42 commit 45e12ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sbom-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
uses: reposync/labeler@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ toJson(file('labels.json')) }}

0 comments on commit 45e12ed

Please sign in to comment.