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

Updated version and added grype scan #2

Updated version and added grype scan

Updated version and added grype scan #2

Workflow file for this run

name: Security Scan
on:
pull_request:
types: [opened, reopened]
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Scan current project
uses: anchore/scan-action@v3
with:
path: "."