Skip to content

Fix: Delete .github/workflows/licensed.yml #99

Fix: Delete .github/workflows/licensed.yml

Fix: Delete .github/workflows/licensed.yml #99

Workflow file for this run

name: Anchore Grype vulnerability scan
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build the Container image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- uses: anchore/scan-action@v3
id: scan
with:
image: "localbuild/testimage:latest"
fail-build: false
output-file: ./result.sarif
- name: upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ./result.sarif