Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

:dependabot: github-actions(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 #34

:dependabot: github-actions(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0

:dependabot: github-actions(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 #34

Workflow file for this run

---
name: 🩻 Scan
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build:
name: Scan
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build image
id: build_image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
file: Dockerfile
context: .
push: false
load: true
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}
- name: Scan image
id: scan_image
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ghcr.io/${{ github.repository }}:${{ github.sha }}
severity: HIGH,CRITICAL
exit-code: 1