Skip to content

Commit

Permalink
ci: test open issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBartoli committed May 1, 2024
1 parent 4ba5680 commit f2a2dd3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test-issues
on:
push:
branches:
- main

jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Trivy Scan open Issues
uses: FabioBartoli/trivy-open-issues@v0.0.1
with:
github_token: ${{ github.token }}

0 comments on commit f2a2dd3

Please sign in to comment.