Skip to content

chore(deps): update anchore/sbom-action action to v0.16.0 #227

chore(deps): update anchore/sbom-action action to v0.16.0

chore(deps): update anchore/sbom-action action to v0.16.0 #227

Workflow file for this run

name: Test reusable workflow
on:
pull_request:
push:
branches: [ '**' ]
release:
types:
- created
workflow_dispatch:
jobs:
test-workflow:
name: Test SonarSource/gh-action_sbom on alpine:latest
uses: ./.github/workflows/workflow.yml
with:
image: alpine:latest
filename: test-workflow-bom.json
upload-artifact: true
upload-release-assets: true
secrets:
GPG_PRIVATE_KEY_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
GPG_PRIVATE_KEY_BASE64: ${{ secrets.GPG_PRIVATE_KEY_BASE64 }}
test2-workflow:
name: Test SonarSource/gh-action_sbom on alpine:latest
uses: ./.github/workflows/workflow.yml
with:
image: alpine:latest
filename: test-workflow-bom.json
upload-artifact: false
upload-release-assets: false