diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml new file mode 100644 index 0000000..9e564ce --- /dev/null +++ b/.github/workflows/security.yaml @@ -0,0 +1,14 @@ +permissions: + contents: read + packages: read + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + security_scan: + uses: Blockdaemon/github-pipeline-blueprints/.github/workflows/security.yaml@main + secrets: inherit \ No newline at end of file