diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..ef9f6f2a --- /dev/null +++ b/.github/workflows/main.yml @@ -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