Skip to content

ci: test creating labels #42

ci: test creating labels

ci: test creating labels #42

Workflow file for this run

name: scan-simples
on:
workflow_dispatch:
push:
branches:
- main
jobs:
scan:
permissions:
issues: write
name: scan-simples
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Trivy Scan
uses: FabioBartoli/trivy-open-issues@main
with:

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
github_token: ${{ github.token }}
severity: "LOW,HIGH,CRITICAL"
skip-dirs: "./images", "./static"
ignore-unfixed: false
skip-files: "./redis.conf", "./README.md"