Skip to content

Added n0s1 Github Action #2

Added n0s1 Github Action

Added n0s1 Github Action #2

Workflow file for this run

name: "n0s1"
on:
push:
branches: [ "ms/test" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 13 * * 1'
jobs:
jira_secret_scanning:
runs-on: [container]
steps:
- uses: spark1security/n0s1-action@main
env:
JIRA_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
with:
scan-target: 'jira_scan'
user-email: 'marcelo@spark1.us'
platform-url: 'https://spark1us.atlassian.net'