Skip to content

Bump rubocop from 1.54.2 to 1.56.1 (#134) #103

Bump rubocop from 1.54.2 to 1.56.1 (#134)

Bump rubocop from 1.54.2 to 1.56.1 (#134) #103

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