Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes committed Jan 11, 2022
1 parent dac91fd commit d6f22f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

name: Publish AST CLI GitHub Action

# Run this workflow on Tags matching v* pattern and publish a new release
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- '*'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Use AST Base image
FROM checkmarx/ast-cli
FROM checkmarx/ast-cli:2.0.9

#Copy the entrypoint script and properties used for the action
COPY entrypoint.sh /app/entrypoint.sh
Expand Down

0 comments on commit d6f22f5

Please sign in to comment.