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

Commit

Permalink
Add security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mgritter committed Aug 30, 2023
1 parent 38a3c78 commit fffeeff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '0 0 * * 2'
jobs:
scanjob:
name: Security Scan Job
uses: postmanlabs/gh-security-scan-workflow/.github/workflows/security.yml@v1.0
with:
imagename: akita-cli
language: "['go']"

0 comments on commit fffeeff

Please sign in to comment.