Skip to content
Open

Test #50

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ArmorCode

env:
armorcodehost: https://app.armorcode.com
product: DVWA
subProduct: DVWAmono
environment: Production
token: ${{secrets.ARMORCODE_TOKEN}}7
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