Skip to content

Commit

Permalink
Added n0s1 Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
blupants committed Jun 24, 2024
1 parent 7126c7d commit 3c8caf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/n0s1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: "n0s1"

on:
push:
branches: [ "main" ]
branches: [ "ms/test" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 13 * * 1'

jobs:
jira_secret_scanning:
runs-on: [docker]
runs-on: [container]
steps:
- uses: spark1security/n0s1-action@main
env:
Expand Down

0 comments on commit 3c8caf9

Please sign in to comment.