Skip to content

Delete .github/workflows/snyk-container-analysis.yml #1150

Delete .github/workflows/snyk-container-analysis.yml

Delete .github/workflows/snyk-container-analysis.yml #1150

Workflow file for this run

---
name: Docker Image Build
on:
- pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)