Skip to content

fix(docker): bump nginx from 1.27.0-alpine-slim to 1.27.2-alpine-slim #30

fix(docker): bump nginx from 1.27.0-alpine-slim to 1.27.2-alpine-slim

fix(docker): bump nginx from 1.27.0-alpine-slim to 1.27.2-alpine-slim #30

Workflow file for this run

on:
pull_request:
push:
branches:
- master
permissions:
contents: read
security-events: write
name: checkov
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkov
uses: bridgecrewio/checkov-action@v12
with:
soft_fail: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: results.sarif