Skip to content

Add initial project files including Docker setup, versioning configur… #2

Add initial project files including Docker setup, versioning configur…

Add initial project files including Docker setup, versioning configur… #2

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [ opened, edited, synchronize, labeled, unlabeled ]
jobs:
lint_validate:
name: Docker Lint
uses: mulecode/actions-workflow-templates/.github/workflows/workflow-docker-lint.yml@main
with:
dockerfilePath: ./docker/aws-python/Dockerfile
vulnerabilities_scan:
name: Docker Vulnerability Scan
uses: mulecode/actions-workflow-templates/.github/workflows/workflow-docker-vulnerability-scan.yml@main
with:
dockerImage: ghcr.io/mulecode/tool-set-aws-python:${{ github.sha }}
dockerfileDir: ./docker/aws-python
policyPath: ./docker/aws-python/.snyk
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}