Skip to content

Update main.yml

Update main.yml #5

Workflow file for this run

name: ArmorCode
env:
armorcodehost: https://app.armorcode.com
product: DVWA
subProduct: DVWAmono
environment: Production
token: ${{secrets.ARMORCODE_TOKEN}}
buildTool: GITHUB_ACTIONS
buildNumber: ${{github.run_number}}
end: 30
on:
# Triggers the workflow on push request events
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
# ArmorCode Validation Step
steps:
- name: ArmorCode Validation
run: |
wget https://app.armorcode.com/static/scripts/slastatus.sh
sh slastatus.sh

Check failure on line 27 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 27
- name: Cimon by Cycode
uses: CycodeLabs/cimon-action@v0.9.4