Skip to content

Bump rubocop from 1.56.1 to 1.56.3 (#141) #108

Bump rubocop from 1.56.1 to 1.56.3 (#141)

Bump rubocop from 1.56.1 to 1.56.3 (#141) #108

Workflow file for this run

name: SBOM
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
upload-sbom:
runs-on: ubuntu-20.04
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- run: make build
env:
DOCKER_TAG: sbom-snapshot
- uses: anchore/sbom-action@latest
with:
image: mirego/killswitch:sbom-snapshot
dependency-snapshot: true