Skip to content

Commit

Permalink
Updating READMe and workflow to point to updated action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bin3xish477 committed Jul 31, 2023
1 parent ee73337 commit 8098266
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/asa-scan.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: 'RunActionsSecurityAnalzyer'
name: "RunActionsSecurityAnalzyer"
on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/**'
- ".github/workflows/**"
jobs:
RunAsa:
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # v3.5.3
- name: "Run asa scanner"
uses: "bin3xish477/asa@c9b2aaf2f038e58117f17b90a0f15f0ab4865fa4"
with:
dir: "./actions/"
verbose: true
#no-summary: true
#ignore-checks: ''
#ignore-warnings: true
continue-on-error: true # adding this since this workflow is always expected to fail
- name: "Checkout repo"
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # v3.5.3
- name: "Run asa scanner"
uses: "bin3xish477/asa@ee733379e314d44f1a960a70339ee5e5d19e404d"
with:
dir: "./actions/"
verbose: true
#no-summary: true
#ignore-checks: ''
#ignore-warnings: true
continue-on-error: true # adding this since this workflow is always expected to fail
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Checkout repo"
uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # v3.5.3
- name: "Run asa scanner"
uses: "bin3xish477/asa@c9b2aaf2f038e58117f17b90a0f15f0ab4865fa4"
uses: "bin3xish477/asa@ee733379e314d44f1a960a70339ee5e5d19e404d"
with:
dir: "./actions/"
verbose: true
Expand Down

0 comments on commit 8098266

Please sign in to comment.