Skip to content

just test

just test #1

Workflow file for this run

name: Qualys IAC Scan
on:

Check failure on line 2 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 */2 * * *'
jobs:
Qualys_iac_scan:
runs-on: ubuntu-latest
name: Qualys IaC Scan
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Qualys IAC scan action step
uses: Qualys/github_action_qiac@main
id: qiac
env:
URL: ${{ secrets.URL }}
UNAME: ${{ secrets.USERNAME }}
PASS: ${{ secrets.PASSWORD }}
with:
directory:
- name: Upload SAIF file
uses: github/codeql-action/upload-sarif@v1
if: always()
with:
sarif_file: response.sarif