This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Updated version and added grype scan #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "." |