Skip to content

Test Self Action

Test Self Action #27

Workflow file for this run

name: "Test Self Action"
on:
# push:
# branches: [ main ]
workflow_dispatch:
env:
REGISTRY: ghcr.io
jobs:
action-test:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
security-events: write
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Run the action"
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
# IAC Extractor
extractors: advanced-security/[email protected]
languages: iac
packs: advanced-security/iac-queries