Skip to content

Commit

Permalink
Add tester workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValtteriL committed Apr 12, 2024
1 parent 87257ec commit 49cd887
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push]

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to test the OpalOPC Scan Action
steps:

- name: OpalOPC Scan Action step
uses: Molemmat-Oy/opalopc-scan-action@development
with:
target-url: 'opc.tcp://scanme.opalopc.com:53530'
license-key: ${{ secrets.opalopc-license-key }}

- name: Verify the reports exist
run: |
ls -la
cat opalopc-report.sarif opalopc-report.html

0 comments on commit 49cd887

Please sign in to comment.