Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobridp authored Jan 13, 2025
1 parent 2c34737 commit 948bf77
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Checkmarx One Scan
on:
push:
branches:
- main
- master
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkmarx One CLI Action
uses: checkmarx/ast-github-action@main
with:
project_name: Teste Github Actions
cx_tenant: beta_nova8
base_uri: https://eu.ast.checkmarx.net
cx_client_id: Victor-Teste
cx_client_secret: 19rjzxiRyXZlXr2uYPtiDKIbhAYGqq4b

0 comments on commit 948bf77

Please sign in to comment.