Skip to content

Test Self Action

Test Self Action #23

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: Log in to the Container registry
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "Run the action"
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
# IAC Extractor
extractor: advanced-security/[email protected]
language: iac
packs: advanced-security/iac-queries